TestimoX

API Reference

Class

AdmxHealthFile

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Per-ADMX-file health details and language coverage.

Inheritance

  • Object
  • AdmxHealthFile

Constructors

Properties

public String Directory { get; set; } #

Directory containing the ADMX file.

public String AdmxFile { get; set; } #

ADMX filename.

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).