TestimoX

API Reference

Class

AdmxProviderCatalog

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Top-level maintained index of ADMX provider cache entries.

Inheritance

  • Object
  • AdmxProviderCatalog

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

Properties

public Int32 SchemaVersion { get; set; } #

Catalog schema version.

public String UpdatedAtUtc { get; set; } #

UTC timestamp when the catalog was last updated.

public IReadOnlyList<AdmxProviderCatalogEntry> Entries { get; set; } #

Latest cache entry per provider.

public IReadOnlyList<AdmxProviderCatalogEntry> History { get; set; } #

Append-only cache refresh history.