API Reference
Class
Result (AdmxLocator)
Describes the located ADMX/ADML source and the compiled document.
Inheritance
- Object
- Result
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method GpoAnalysisService.Build
- Method GpoAnalysisService.BuildFromGpoList
- Method GpoDetailsQueryService.GetAll
- Method GpoDetailsQueryService.GetOneById
- Method GpoDetailsQueryService.GetOneByName
- Method GpoDetailsService.GetById
- Method GpoDetailsService.GetByName
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).