API Reference
Class
AdmxCentralStoreCleanupCandidate
Preview-only cleanup candidate for an ADMX file.
Inheritance
- Object
- AdmxCentralStoreCleanupCandidate
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 AdmxCentralStoreCleanupCandidate() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String AdmxFile { get; set; } #ADMX file name.
public String Path { get; set; } #Full file path.
public Int32 UsedByGpoCount { get; set; } #Number of mapped GPO settings using this ADMX.
public Int32 CmtxReferenceCount { get; set; } #Number of CMTX references using this ADMX.
public Int32 ReferencedByAdmxCount { get; set; } #Number of other ADMX files that import this file's target namespace.
public Boolean InBaseline { get; set; } #True when this ADMX appears in at least one selected baseline.
public Boolean HasXmlError { get; set; } #True when health evaluation reported an XML error for this file.
public String SuggestedAction { get; set; } #Suggested preview action.
public String Reason { get; set; } #Reason for the suggested action.