SetSearchScope |
Scroll |
Sets the scope of the FullTextQuery.
Namespace: Therefore.API
Visual Basic Public Overridable Function Execute ( _ bIndexData As Boolean, _ bContent As Boolean _ ) C# public virtual Execute ( bool bIndexData, bool bContent
)
Parameters bIndexData Whether the index data should be searched.
bContent Whether the content should be searched.
|