API Reference
Class
AdmxPlannedFileAction
A single planned file action within a preview.
Inheritance
- Object
- AdmxPlannedFileAction
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
- Property AdmxUpdatePreview.Files
Constructors
public AdmxPlannedFileAction() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).