API Reference
Class
AdmxExplorerSearchIndex
Search index file for split ADMX explorer bundles.
Inheritance
- Object
- AdmxExplorerSearchIndex
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 AdmxExplorerBundle.SearchIndex
Constructors
public AdmxExplorerSearchIndex() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DateTime GeneratedUtc { get; set; } #Timestamp when the index was generated (UTC).
public String PrimaryLanguage { get; set; } #Primary language used for display values.
public Int32 EntryCount { get; set; } #Total indexed policies.
public IReadOnlyList<AdmxExplorerSearchEntry> Entries { get; set; } #Search entries for client-side filtering.