TestimoX

API Reference

Class

AdmxExplorerBundleManifest

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Manifest for a split ADMX explorer bundle intended for static website publishing.

Inheritance

  • Object
  • AdmxExplorerBundleManifest

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

Constructors

public AdmxExplorerBundleManifest() #

Properties

public DateTime GeneratedUtc { get; set; } #

Timestamp when the bundle 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 full bundle.

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

Category tree with rolled-up counts for the full repository.

public AdmxExplorerBundleMode BundleMode { get; set; } #

Bundle payload mode used to shape source payload files.

public String BundleModeName { get; set; } #

Textual bundle payload mode for JSON/static consumers.

public String SearchIndexPath { get; set; } #

Relative path from the bundle root to the top-level search index JSON.

public Int32 SearchEntryCount { get; set; } #

Total entries available in the top-level search index.

public IReadOnlyList<AdmxExplorerSourcePackage> SourcePackages { get; set; } #

Package-level source groups that contain one or more ADMX source payloads.

public IReadOnlyList<AdmxExplorerBundleSource> Sources { get; set; } #

Per-source manifest entries that point to individual payload files.