Ontolica for SharePoint Public API

SearchDialogComponent.SearchableProperties Property

Gets the properties that has been configured as searchable in the current Ontolica search configuration.

[Visual Basic]
Protected ReadOnly Property SearchableProperties As OntolicaProperty()
[C#]
protected NavigoSystems.Ontolica.SharePoint.Custom.OntolicaProperty[] SearchableProperties {get;}

Property Value

An array of OntolicaProperty objects that represent the property definitions.

Remarks

The searchable properties are those that are defined in the <SearchableProperties> section in the Ontolica search configuration file OntolicaSearch.xml

The concrete list of searchable properties may depend on the current search configuration and the current context, the applicable <PropertySet> section(s) inside the <SearchableProperties> section. These are controlled by the referrer URL as described in the Ontolica administrators guide.

This property can not guarantee to provide the properties before the ASP.NET prerender phase.

See Also

SearchDialogComponent Class | NavigoSystems.Ontolica.SharePoint.Custom.WebControls Namespace