API Reference
Class
AdmxBundle
Combines ADMX and ADML files into compiled structures.
Inheritance
- Object
- AdmxBundle
Constructors
public AdmxBundle() #Methods
public Void Add(AdmxFile admx, AdmlFile adml) #Returns:
VoidAdds an ADMX/ADML pair to the bundle.
Parameters
- admx ADPlayground.Gpo.GpoLocal.AdmxFile
- Parsed ADMX file.
- adml ADPlayground.Gpo.GpoLocal.AdmlFile
- Parsed ADML file.
public static AdmxBundle Load(String admxPath, String admlPath) #Returns:
AdmxBundleCreates and loads a bundle from the specified ADMX and ADML paths.
Parameters
- admxPath System.String
- admlPath System.String
Inherited Methods
Properties
public IReadOnlyCollection<AdmxNamespace> Namespaces { get; } #Gets combined namespaces.
public IReadOnlyCollection<AdmxProduct> Products { get; } #Gets combined products.
public IReadOnlyCollection<AdmxSupportDefinition> SupportDefinitions { get; } #Gets combined support definitions.
public IReadOnlyDictionary<String, String> Strings { get; } #Gets localized strings.
public IReadOnlyDictionary<String, Presentation> Presentations { get; } #Gets presentation elements.
public IReadOnlyCollection<PolicyDefinition> Policies { get; } #Gets policies after compilation.
public IReadOnlyCollection<CategoryInfo> Categories { get; } #Gets categories after compilation.