API Reference
AdmxExplorerCategoryNode
Category node for explorer-style ADMX exports.
Inheritance
- Object
- AdmxExplorerCategoryNode
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 AdmxExplorerBundleManifest.Categories
- Property AdmxExplorerCategoryNode.Children
- Property AdmxExplorerExport.Categories
Constructors
public AdmxExplorerCategoryNode() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Name { get; set; } #Stable category identifier from the compiled ADMX document.
public String DisplayName { get; set; } #Localized category label.
public String Path { get; set; } #Full category path using display names.
public IReadOnlyList<String> Segments { get; set; } #Path split into display segments for breadcrumb consumers.
public Int32 DirectPolicyCount { get; set; } #Policies directly assigned to this category before child roll-up.
public Int32 PolicyCount { get; set; } #Total policies beneath this category, including descendants.
public Int32 MachinePolicyCount { get; set; } #Total machine-scoped policies beneath this category, including descendants.
public Int32 UserPolicyCount { get; set; } #Total user-scoped policies beneath this category, including descendants.
public Int32 BothPolicyCount { get; set; } #Total both-scoped policies beneath this category, including descendants.
public Int32 UnknownPolicyCount { get; set; } #Total policies with unknown scope beneath this category, including descendants.
public IReadOnlyList<AdmxExplorerCategoryNode> Children { get; set; } #Child categories.