Ontolica for SharePoint Public API

OntolicaQuery.Sources Property

Gets or sets the sources (search scopes).

[Visual Basic]
Public Property Sources As OntolicaSource()
[C#]
public OntolicaSource[] Sources {get; set;}

Property Value

An array of OntolicaSource objects that represents the sources (search scopes) to which the search should be limited to.

Remarks

None.

See Also

OntolicaQuery Class | NavigoSystems.Ontolica.SharePoint.Custom Namespace