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