TestimoX

API Reference

Class

Result (AdmxLocator)

Namespace ADPlayground.Gpo.GpoLocal.AdmxLocator
Assembly ADPlayground
Implements
IEquatable<Result>
Modifiers sealed

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 requiredposition: 0
Compiled ADMX document built from discovered sources.
SourceDescription System.String requiredposition: 1
Short description of where the data came from (e.g., CentralStore:contoso.com).

Methods

public Result <Clone>$() #
Returns: Result
public Void Deconstruct(out AdmxDocument Document, out String SourceDescription) #
Returns: Void

Parameters

Document AdmxDocument requiredposition: 0
SourceDescription String requiredposition: 1
public virtual Boolean Equals(Result other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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).