SearchPath SearchBehavior Property Ankiro Enterprise Suite Reference Documentation
The search behavior to apply to the references search path, i.e. should documents contained within the path hierarchy be searched or not, and should this apply recursively. The search behavior defaults to 'Include', specifying that documents contained within the data source path segment sub-tree should be searched.

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 Nullable<DataSourcePathSegmentIncludeState> SearchBehavior { get; set; }

Property Value

Type: Nullable DataSourcePathSegmentIncludeState 
See Also