TestimoX

API Reference

Class

AdmxUpdatePreview

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Preview of an update plan showing file-level actions and summary counts without applying changes.

Inheritance

  • Object
  • AdmxUpdatePreview

Constructors

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.