TestimoX

API Reference

Class

AdmlFile

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a parsed ADML file containing localized resources.

Inheritance

  • Object
  • AdmlFile

Methods

public static AdmlFile Load(String path) #
Returns: AdmlFile

Loads and parses an ADML file from disk.

Parameters

path System.String requiredposition: 0
Path to the ADML file.

Returns

Parsed AdmlFile instance.

Properties

public static AdmlFile Empty { get; } #

Gets an empty ADML representation (no strings and no presentations). Useful when an ADMX file is available but the corresponding ADML is missing.

public IReadOnlyDictionary<String, String> Strings { get; } #

Gets localized string resources.

public IReadOnlyDictionary<String, XElement> Presentations { get; } #

Gets presentation elements keyed by identifier.