Click or drag to resize
AbstractSearchSyntaxHelperGetKeyWordsCondition Method
Gets the search condition for the given key words

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetKeyWordsCondition(
	string keyWords,
	SearchCondition searchCondition
)

Parameters

keyWords
Type: SystemString
Key words
searchCondition
Type: CMS.SearchSearchCondition
Search condition

Return Value

Type: String
See Also