API Reference
Class
AdmxExplorerSourcePayload
Source-specific payload used by split static ADMX explorer bundles.
Inheritance
- Object
- AdmxExplorerSourcePayload
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 AdmxExplorerSourcePayload() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DateTime GeneratedUtc { get; set; } #Timestamp when the payload was generated (UTC).
public String PrimaryLanguage { get; set; } #Primary language used for display values.
public AdmxExplorerBundleMode BundleMode { get; set; } #Bundle payload mode used to shape this source payload.
public String BundleModeName { get; set; } #Textual bundle payload mode for JSON/static consumers.
public String SourceAdmx { get; set; } #Source ADMX filename represented by this payload.
public IReadOnlyList<AdmxCatalogFile> Files { get; set; } #File entries that match this source.
public IReadOnlyList<AdmxCatalogPolicy> Policies { get; set; } #Policies that belong to this source.