API Reference
Class
AdmxCentralStoreFileVersionStatus
Version-status evidence for a Central Store file compared with a selected provider baseline.
Inheritance
- Object
- AdmxCentralStoreFileVersionStatus
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 AdmxPlannedFileAction.VersionStatus
Constructors
public AdmxCentralStoreFileVersionStatus() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String RelativePath { get; set; } #Path relative to the compared PolicyDefinitions root.
public String Sha256 { get; set; } #Destination file hash when the file exists.
public String Status { get; set; } #Status such as Current, CurrentShared, OlderKnownVersion, Missing, UnknownLocal, or ModifiedLocal.
public String Reason { get; set; } #Human-readable reason for the status.
public IReadOnlyList<AdmxProviderFileIdentity> KnownMatches { get; set; } #Known cached file identities that match the destination hash.
public Boolean MatchesSelectedBaseline { get; set; } #True when one of the known matches is the selected provider baseline.
public Boolean MatchesLatestKnownProviderRelease { get; set; } #True when one of the known matches belongs to the latest release for its provider.