API Reference
Class
AdmxLanguageHealth
Language-specific health information for a given ADMX file.
Inheritance
- Object
- AdmxLanguageHealth
Constructors
public AdmxLanguageHealth() #Inherited Methods
Properties
public String Language { get; set; } #Language code (e.g., en-US) evaluated.
public Boolean Present { get; set; } #True when the ADML for this language was found.
public Int32 RequiredStringCount { get; set; } #Number of string resources expected for the ADMX file.
public Int32 MissingStringCount { get; set; } #Number of string resources missing in the ADML file.
public IReadOnlyList<String> MissingStringIds { get; set; } #Identifiers of string resources missing from the ADML.
public String AdmlPath { get; set; } #Resolved ADML path for this language, when found.
public String Error { get; set; } #Error encountered when evaluating this language, if any.
public Int32 PresentationElementsTotal { get; set; } #Total number of presentation elements (controls) defined for the ADMX.
public Int32 PresentationLabelsMissingCount { get; set; } #Number of presentation elements lacking a display label in the ADML.
public IReadOnlyList<AdmxPresentationLabelGap> PresentationLabelGaps { get; set; } #List of presentation label gaps (policy/element) for this language.
public IReadOnlyList<AdmxPolicyPresentationHealth> PolicyPresentationSummary { get; set; } #Per-policy presentation health summary for this language.