SearchParameters SearchPaths Property Ankiro Enterprise Suite Reference Documentation
Optional: Used to filter the search result based on datasource path hierarchy information. Per default, if the SearchPaths collection is null or empty, all data sources associated with searched index(es) are searched. If at least one entry is contained in the SearchPaths collection, the SearchPaths collection must specify all datasource paths that should be searched (or NOT search through usage of the Exclude SearchBehavior type of the SearchPath class).

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public IList<SearchPath> SearchPaths { get; set; }

Property Value

Type: IList SearchPath 
See Also