API Reference
Class
AdmxCentralStoreLanguagePlanAction
Preview-only file action for Central Store ADML language governance.
Inheritance
- Object
- AdmxCentralStoreLanguagePlanAction
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
Constructors
public AdmxCentralStoreLanguagePlanAction() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Action { get; set; } #Action such as Add, ReviewRemove, ReviewRemoveOrphaned, or MissingSource.
public String Language { get; set; } #Language folder name.
public String AdmlFile { get; set; } #ADML file name.
public String RelativePath { get; set; } #Path relative to the Central Store PolicyDefinitions root.
public String Source { get; set; } #Source ADML file when the action can copy from a selected baseline.
public String Destination { get; set; } #Destination Central Store ADML file path.
public String SourceBaseline { get; set; } #Baseline name that supplied the source file, when available.
public Boolean HasSource { get; set; } #True when the plan action has a concrete source and can be executed by a governed writer later.
public String Reason { get; set; } #Reason for the preview action.