API Reference
AdmxProviderCacheComparison
Comparison result for provider cache versus Central Store or another PolicyDefinitions folder.
Inheritance
- Object
- AdmxProviderCacheComparison
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdmxProviderCacheComparison() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- 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 Boolean IsUpToDate { get; set; } #True when every comparable ADMX/ADML file is identical in the destination and no file requires review.
public IReadOnlyList<AdmxPlannedFileAction> Files { get; set; } #File-level actions needed to bring the destination in line with the cache.
public IReadOnlyList<String> Warnings { get; set; } #Warnings produced during comparison.
public Int32 AddCount { get; set; } #Number of files missing from destination.
public Int32 OverwriteCount { get; set; } #Number of files present but different in destination.
public Int32 SkipCount { get; set; } #Number of files already identical in destination.
public Int32 ReviewCount { get; set; } #Number of files that require manual review because comparison could not verify content.