TestimoX

API Reference

Class

AdmxExplorerSourcePackage

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Manifest entry describing a source package that contains one or more ADMX source payloads.

Inheritance

  • Object
  • AdmxExplorerSourcePackage

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 package.

public String DisplayName { get; set; } #

Display label for the source package.

public String Vendor { get; set; } #

Optional upstream vendor or publisher for the source package.

public String Kind { get; set; } #

Package kind, such as Directory or SingleFile.

public String Version { get; set; } #

Optional package version when the upstream package declares one.

public String PublishedDate { get; set; } #

Optional package release or publish date when known.

public String SourceUrl { get; set; } #

Optional upstream source URL for audit and troubleshooting.

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

Directories that contributed ADMX/ADML files to the package.

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

ADMX source filenames included in the package.

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

Languages found across package source files.

public Int32 SourceFileCount { get; set; } #

Total ADMX source file count in this package.

public Int32 PolicyCount { get; set; } #

Total policy count in this package.

public Int32 MachinePolicyCount { get; set; } #

Total machine-scoped policies in this package.

public Int32 UserPolicyCount { get; set; } #

Total user-scoped policies in this package.

public Int32 BothPolicyCount { get; set; } #

Total both-scoped policies in this package.

public Int32 UnknownPolicyCount { get; set; } #

Total policies with unknown scope in this package.