Ontolica for SharePoint Public API

SearchDialogComponent.GetProperties Method 

Gets all the defined properties from the specified search configuration.

[Visual Basic]
Protected Function GetProperties( _
   ByVal searchConfigurationName As String _
) As OntolicaProperty()
[C#]
protected OntolicaProperty[] GetProperties(
   string searchConfigurationName
);

Parameters

searchConfigurationName
The name of the search configuration from which to fetch all property definitions.

Return Value

An array of OntolicaProperty objects that represent the property definitions.

Remarks

A search configuration is defined in the Ontolica search configuration file OntolicaSearch.xml by the <Search> section. E.g.

            <Search context="Portal" name="Portal" inherit="Common">
              ...
            </Search>
            

See Also

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