Click or drag to resize
AbstractSearchSyntaxHelperSplitKeyWords Method
Splits the given list of key words separated by space

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
protected virtual IEnumerable<string> SplitKeyWords(
	string keyWords
)

Parameters

keyWords
Type: SystemString
Key words

Return Value

Type: IEnumerableString
See Also