TestimoX

API Reference

Class

AdmxUpdateExecutionResult

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Result of applying an update plan (download/extraction/copy).

Inheritance

  • Object
  • AdmxUpdateExecutionResult

Constructors

public AdmxUpdateExecutionResult() #

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.