Ontolica for SharePoint Public API

OntolicaSource.DisplayName Property

Gets the name of the source.

[Visual Basic]
Public ReadOnly Property DisplayName As String
[C#]
public string DisplayName {get;}

Property Value

A string that contains the name of the source.

Remarks

If the source represents a SharePoint search scope, e.g. All sources then this property holds the name of the search scopes as defined in the SharePoint Site settings. If it on the other hand represents an Ontolica specific search scope then the property holds the display name as defined in the Ontolica search configuration.

See Also

OntolicaSource Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace