Click or drag to resize
AbstractSearchSyntaxHelperEscapeKeyWords Method
Escapes the key words to be searched

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public virtual string EscapeKeyWords(
	string keywords
)

Parameters

keywords
Type: SystemString
Keywords

Return Value

Type: String

Implements

ISearchSyntaxHelperEscapeKeyWords(String)
See Also