AbstractSearchSyntaxHelperSplitKeyWords Method |
Splits the given list of key words separated by space
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax protected virtual IEnumerable<string> SplitKeyWords(
string keyWords
)
Parameters
- keyWords
- Type: SystemString
Key words
Return Value
Type:
IEnumerableStringSee Also