API Reference
Class
AdmxUpdateExecutionResult
Result of applying an update plan (download/extraction/copy).
Inheritance
- Object
- AdmxUpdateExecutionResult
Constructors
public AdmxUpdateExecutionResult() #Inherited Methods
Properties
public String DestinationRoot { get; set; } #Destination root used during copy operations.
public IReadOnlyList<String> Downloads { get; set; } #Paths to downloaded files.
public IReadOnlyList<String> Extracted { get; set; } #Paths to extracted files.
public IReadOnlyList<String> Copied { get; set; } #Destination paths that were copied.
public IReadOnlyList<String> Backups { get; set; } #Backup file paths created during overwrite.
public IReadOnlyList<String> Warnings { get; set; } #Non-fatal warnings encountered during update (e.g., no assets, nothing to copy).
public Int32 CopiedAdmxCount { get; set; } #Total number of copied ADMX files.
public Int32 CopiedAdmlCount { get; set; } #Total number of copied ADML files.