API Reference
Class
AdmxCatalogPolicy
Policy summary extracted from ADMX with presentation metadata and registry mapping.
Inheritance
- Object
- AdmxCatalogPolicy
Constructors
public AdmxCatalogPolicy() #Inherited Methods
Properties
public String Name { get; set; } #Internal ADMX policy name.
public String DisplayName { get; set; } #Localized display name (primary language).
public String CategoryPath { get; set; } #Category path (e.g., Windows Components\BitLocker Drive Encryption).
public String SupportedOn { get; set; } #SupportedOn label.
public String SourceAdmx { get; set; } #Source ADMX filename.
public String Explain { get; set; } #Localized explain text, when present.
public IReadOnlyList<AdmxCatalogElement> Elements { get; set; } #Presentation elements for the policy.
public AdmxCatalogPolicyLevelMap LevelMap { get; set; } #On/Off mapping to registry values or lists.