API Reference
AdmxExplorerSearchEntry
Lightweight searchable projection of a policy for static explorer consumers.
Inheritance
- Object
- AdmxExplorerSearchEntry
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
- Method AdmxExplorerBundle.FindEntries
- Property AdmxExplorerSearchIndex.Entries
Accepted by parameters
Constructors
public AdmxExplorerSearchEntry() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Id { get; set; } #Stable identifier for the policy entry.
public String Name { get; set; } #Internal policy name.
public String DisplayName { get; set; } #Localized policy display name.
public String SourceAdmx { get; set; } #Source ADMX filename that owns the policy.
public String SourcePackageId { get; set; } #Source package identifier containing the ADMX file that owns the policy.
public String SourcePackageName { get; set; } #Display label for the source package containing the ADMX file that owns the policy.
public String CategoryPath { get; set; } #Category path rendered for browsing and breadcrumbs.
public IReadOnlyList<String> CategorySegments { get; set; } #Category path split into individual breadcrumb segments.
public String PolicyClassName { get; set; } #Textual policy class name for UI filtering.
public String SupportedOn { get; set; } #Supported-on label when known.
public String ExplainPreview { get; set; } #Trimmed policy description preview suitable for list rendering.
public String SourcePayloadPath { get; set; } #Relative source payload path containing the full policy definition.
public IReadOnlyList<String> ElementTypes { get; set; } #Distinct element types used by the policy.
public Int32 ElementCount { get; set; } #Count of presentation elements exported for the policy.
public Boolean IntuneReady { get; set; } #True when the policy has no detected Intune custom ADMX import readiness issues.
public Int32 IntuneReadinessIssueCount { get; set; } #Number of detected Intune custom ADMX import readiness issues.
public IReadOnlyList<String> IntuneReadinessIssueIds { get; set; } #Stable Intune readiness issue identifiers detected for this policy.
public IReadOnlyList<String> RegistryKeys { get; set; } #Distinct registry keys written by the policy.
public IReadOnlyList<String> RegistryValues { get; set; } #Distinct registry values written by the policy.
public String SearchText { get; set; } #Precomputed search text for client-side filtering.