Expand Minimize
This topic has not yet been rated - Rate this topic

categories Element

Applies To: Windows Server 2008

The categories element is a table of category elements.

  <categories>
    <category … </category>
</categories>

There are no attributes associated with this element.

 

Element Required Description

category Element

Yes

Specifies the name of a unique category to be displayed in the Group Policy Object Editor.

noteNote
For simplicity of documentation, nested elements located one level down, known as child elements, will only be described for a given element.

If there are no category elements to be specified in this .admx file, you can omit the categories element. If you include the categories element in the .admx file, you must define at least one category element. The categories element is defined at most once in an .admx file.

This XML fragment is an example of a single unique category referencing a string in the .adml file.

  <categories>
    <category name="SAMPLE" displayName="$(string.SAMPLE)"
       explainText="$(string.SAMPLEHELP)">  
       <!-- sample category -->
       <parentCategory ref="windows:WindowsComponents" />
       <seeAlso> policy </seeAlso>
       <keywords> custom </keywords>
    </category>
  </categories>

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.