TestimoX

API Reference

Class

AdmxBundle

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Combines ADMX and ADML files into compiled structures.

Inheritance

  • Object
  • AdmxBundle

Constructors

Methods

public Void Add(AdmxFile admx, AdmlFile adml) #
Returns: Void

Adds an ADMX/ADML pair to the bundle.

Parameters

admx ADPlayground.Gpo.GpoLocal.AdmxFile requiredposition: 0
Parsed ADMX file.
adml ADPlayground.Gpo.GpoLocal.AdmlFile requiredposition: 1
Parsed ADML file.
public static AdmxBundle Load(String admxPath, String admlPath) #
Returns: AdmxBundle

Creates and loads a bundle from the specified ADMX and ADML paths.

Parameters

admxPath System.String requiredposition: 0
admlPath System.String requiredposition: 1
public AdmxDocument ToDocument() #
Returns: AdmxDocument

Returns the compiled document.

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.