API Reference
Class
AdmxCentralStoreFile
Single Central Store ADMX/ADML file inventory row.
Inheritance
- Object
- AdmxCentralStoreFile
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 AdmxCentralStoreInventory.Files
Constructors
public AdmxCentralStoreFile() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Path { get; set; } #Full path to the file.
public String RelativePath { get; set; } #Path relative to the Central Store root.
public String Kind { get; set; } #File kind, either ADMX or ADML.
public String Language { get; set; } #Language folder for ADML rows.
public Int64 SizeBytes { get; set; } #File size in bytes.
public Nullable<DateTime> LastWriteTimeUtc { get; set; } #Last write timestamp in UTC.
public String Sha256 { get; set; } #SHA-256 checksum when requested.