Ontolica for SharePoint Public API

SearchDialogComponent.Properties Property

Gets all the defined properties in the current search configuration.

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

Property Value

An array of OntolicaProperty objects that represent the property definitions.

Remarks

The current search configuration is provided to the Ontolica Search web part by the Ontolica Portal Search Result web part or the Ontolica Knowledge Base web part depending which one the search web part is connected to. The search configuration can be changed in the tool part of these web parts.

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