API Reference
Class
Result (AdmxLocator)
Describes the located ADMX/ADML source and the compiled document.
Inheritance
- Object
- Result
Constructors
public Result(AdmxDocument Document, String SourceDescription) #Describes the located ADMX/ADML source and the compiled document.
Parameters
- Document ADPlayground.Gpo.GpoLocal.AdmxDocument
- Compiled ADMX document built from discovered sources.
- SourceDescription System.String
- Short description of where the data came from (e.g., CentralStore:contoso.com).
Methods
Inherited Methods
Properties
public AdmxDocument Document { get; set; } #Compiled ADMX document built from discovered sources.
public String SourceDescription { get; set; } #Short description of where the data came from (e.g., CentralStore:contoso.com).
public String LocalPath { get; set; } #Local PolicyDefinitions path used, when applicable.
public String CentralStorePath { get; set; } #Domain Central Store path used, when applicable.
public String[] DirectoriesUsed { get; set; } #Exact directories merged to produce the document (in precedence order).