API Reference
Class
AdmxUpdatePreview
Preview of an update plan showing file-level actions and summary counts without applying changes.
Inheritance
- Object
- AdmxUpdatePreview
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 AdmxUpdatePreview() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DestinationRoot { get; set; } #Destination root that would be used.
public Boolean IsUpToDate { get; set; } #True when destination appears up-to-date based on file comparisons.
public IReadOnlyList<AdmxPlannedFileAction> Files { get; set; } #Planned file actions for ADMX/ADML files (Add/Overwrite/Skip) with reasons.
public IReadOnlyList<String> Warnings { get; set; } #Warnings encountered while building the preview.
public Int32 AddCount { get; set; } #Number of planned Add actions.
public Int32 OverwriteCount { get; set; } #Number of planned Overwrite actions.
public Int32 SkipCount { get; set; } #Number of planned Skip actions.