API Reference
AdmxExplorerBundleSource
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
- Property AdmxExplorerBundleManifest.Sources
Constructors
public AdmxExplorerBundleSource() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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.