API Reference
Class
AdmxProviderCacheComparisonOptions
Options for comparing a normalized ADMX provider cache with Central Store or another PolicyDefinitions folder.
Inheritance
- Object
- AdmxProviderCacheComparisonOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public AdmxProviderCacheComparisonOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SourceRoot { get; set; } #Normalized provider cache PolicyDefinitions folder.
public String DestinationRoot { get; set; } #Destination Central Store or PolicyDefinitions folder.
public String Language { get; set; } #Preferred ADML language for comparison.
public Boolean CopyAllLanguages { get; set; } #When true, compare all discovered ADML language folders.
public String[] Languages { get; set; } #Optional whitelist of ADML language folders to compare.
public String CacheRoot { get; set; } #Optional provider cache root used to enrich file comparisons with version identity evidence.
public Boolean SkipVersionIdentity { get; set; } #When true, skip provider version identity enrichment.