API Reference
Class
AdmxHealthFile
Per-ADMX-file health details and language coverage.
Inheritance
- Object
- AdmxHealthFile
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 AdmxHealthReport.Files
Constructors
public AdmxHealthFile() #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 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).