API Reference
Class
AdmxDocument
Represents parsed ADMX and ADML data.
Inheritance
- Object
- AdmxDocument
Constructors
public AdmxDocument(IReadOnlyCollection<PolicyDefinition> policies, IReadOnlyCollection<CategoryInfo> categories, IReadOnlyCollection<AdmxProduct> products, IReadOnlyCollection<AdmxSupportDefinition> supportDefinitions, IReadOnlyDictionary<String, Presentation> presentations, IReadOnlyDictionary<String, String> strings) #Initializes a new instance of the AdmxDocument class.
Parameters
- policies System.Collections.Generic.IReadOnlyCollection{ADPlayground.Gpo.GpoLocal.PolicyDefinition}
- Parsed policies.
- categories System.Collections.Generic.IReadOnlyCollection{ADPlayground.Gpo.GpoLocal.CategoryInfo}
- Parsed category tree roots.
- products System.Collections.Generic.IReadOnlyCollection{ADPlayground.Gpo.GpoLocal.AdmxProduct}
- Parsed products.
- supportDefinitions System.Collections.Generic.IReadOnlyCollection{ADPlayground.Gpo.GpoLocal.AdmxSupportDefinition}
- Support definitions.
- presentations System.Collections.Generic.IReadOnlyDictionary{System.String,ADPlayground.Gpo.GpoLocal.Presentation}
- Presentation elements keyed by identifier.
- strings System.Collections.Generic.IReadOnlyDictionary{System.String,System.String}
- Localized strings keyed by id.
Inherited Methods
Properties
public IReadOnlyCollection<PolicyDefinition> Policies { get; } #Gets the parsed policy definitions.
public IReadOnlyCollection<CategoryInfo> Categories { get; } #Gets the root categories.
public IReadOnlyCollection<AdmxProduct> Products { get; } #Gets the defined products.
public IReadOnlyCollection<AdmxSupportDefinition> SupportDefinitions { get; } #Gets support definitions.
public IReadOnlyDictionary<String, Presentation> Presentations { get; } #Gets presentation elements.
public IReadOnlyDictionary<String, String> Strings { get; } #Gets localized strings keyed by string id.
public IReadOnlyDictionary<String, List<PolicyDefinition>> DisplayNameIndex { get; } #Fast index from localized DisplayName to policies (for coverage/lookup).