TestimoX

API Reference

Class

AdmxExplorerBundleSource

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Manifest entry describing a source-specific payload inside a split ADMX explorer bundle.

Inheritance

  • Object
  • AdmxExplorerBundleSource

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 String Id { get; set; } #

Stable identifier for the source entry.

public String SourceAdmx { get; set; } #

Original ADMX filename backing the source payload.

public String SourcePackageId { get; set; } #

Source package identifier that owns this ADMX source payload.

public String SourcePackageName { get; set; } #

Display label for the source package that owns this ADMX source payload.

public String OutputPath { get; set; } #

Relative path from the bundle root to the source payload JSON.

public Int32 PolicyCount { get; set; } #

Total policy count in this source payload.

public Int32 MachinePolicyCount { get; set; } #

Total machine-scoped policies in this source payload.

public Int32 UserPolicyCount { get; set; } #

Total user-scoped policies in this source payload.

public Int32 BothPolicyCount { get; set; } #

Total both-scoped policies in this source payload.

public Int32 UnknownPolicyCount { get; set; } #

Total policies with unknown scope in this source payload.

public IReadOnlyList<String> Directories { get; set; } #

Directories that contributed a file for this source entry.

public IReadOnlyList<String> LanguagesPresent { get; set; } #

Languages found for this source entry across matching files.