API Reference
Class
AdmxPlannedFileAction
A single planned file action within a preview.
Inheritance
- Object
- AdmxPlannedFileAction
Constructors
public AdmxPlannedFileAction() #Inherited Methods
Properties
public String Source { get; set; } #Source file path (extracted file).
public String Destination { get; set; } #Destination file path in the Central Store.
public String Action { get; set; } #Action type: Add, Overwrite, Skip.
public String Reason { get; set; } #Reason for action (e.g., not present, content differs, identical).