TestimoX

API Reference

Class

AdmxCatalogFile

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

A single ADMX file summary with language coverage.

Inheritance

  • Object
  • AdmxCatalogFile

Constructors

Properties

public String Directory { get; set; } #

Directory containing the ADMX.

public String AdmxFile { get; set; } #

ADMX filename.

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.