AbstractSearchSyntaxHelperGetKeyWordsCondition Method |
Gets the search condition for the given key words
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax protected virtual string GetKeyWordsCondition(
string keyWords,
SearchCondition searchCondition
)
Parameters
- keyWords
- Type: SystemString
Key words - searchCondition
- Type: CMS.SearchSearchCondition
Search condition
Return Value
Type:
StringSee Also