API Reference
Class
AdmxCatalogFile
A single ADMX file summary with language coverage.
Inheritance
- Object
- AdmxCatalogFile
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 AdmxCatalog.Files
Constructors
public AdmxCatalogFile() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Directory { get; set; } #Directory containing the ADMX.
public Int64 SizeBytes { get; set; } #File size in bytes.
public String Sha256 { get; set; } #SHA-256 checksum of the file content.
public String Revision { get; set; } #ADMX revision attribute value.
public String SchemaVersion { get; set; } #ADMX schema version when present.
public IReadOnlyList<String> LanguagesPresent { get; set; } #Languages for which an ADML exists.
public IReadOnlyDictionary<String, String> AdmlHashes { get; set; } #Optional map of language to ADML SHA-256 when generated in extensive mode.
public IReadOnlyList<AdmxCatalogPolicy> Policies { get; set; } #Policies defined in this ADMX.