API Reference
Class
AdmxHealthFile
Per-ADMX-file health details and language coverage.
Inheritance
- Object
- AdmxHealthFile
Constructors
public AdmxHealthFile() #Inherited Methods
Properties
public String Directory { get; set; } #Directory containing the ADMX file.
public String AdmlPathUsed { get; set; } #Resolved ADML path used for string resources (may be null if no ADML matched).
public Int32 Policies { get; set; } #Number of policy definition elements in the file.
public IReadOnlyList<AdmxLanguageHealth> Languages { get; set; } #Language-by-language health information for this ADMX file.
public Int64 SizeBytes { get; set; } #File size in bytes.
public String Sha256 { get; set; } #SHA-256 checksum of the ADMX file content.
public String Revision { get; set; } #Revision attribute value from the ADMX (when present).
public String SchemaVersion { get; set; } #ADMX schema version (when present).