TestimoX

API Reference

Class

AdmxExplorerExport

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

JSON-ready ADMX export document for explorer-style consumers.

Inheritance

  • Object
  • AdmxExplorerExport

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

Accepted by parameters

Constructors

Properties

public DateTime GeneratedUtc { get; set; } #

Timestamp when the export was generated (UTC).

public String PrimaryLanguage { get; set; } #

Primary language used for display values.

public String[] Directories { get; set; } #

Directories scanned for ADMX/ADML content.

public AdmxExplorerStats Stats { get; set; } #

Aggregate statistics for the export.

public IReadOnlyList<AdmxCatalogFile> Files { get; set; } #

Per-file source details discovered in the repository.

public IReadOnlyList<AdmxExplorerSourcePackageMetadata> SourcePackageMetadata { get; set; } #

Optional package-level source metadata used when building split bundles.

public IReadOnlyList<AdmxExplorerCategoryNode> Categories { get; set; } #

Category tree with rolled-up policy counts.

public IReadOnlyList<AdmxCatalogPolicy> Policies { get; set; } #

Flattened policy records ready for JSON serialization and search indexing.