API Reference
Class
CategoryInfo
Represents a single ADMX category.
Inheritance
- Object
- CategoryInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxBundle.Categories
- Property AdmxDocument.Categories
- Property CategoryInfo.Children
- Property CategoryInfo.Parent
- Property PolicyDefinition.Category
Accepted by parameters
- Method AdmxCategoryPathBuilder.Build
- Constructor AdmxDocument.AdmxDocument
Constructors
public CategoryInfo(String name, String displayName) #Initializes a new instance of the CategoryInfo class.
Parameters
- name System.String
- Internal category name.
- displayName System.String
- Localized display name.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object