Click or drag to resize
SearchSyntaxHelperGetExactPhraseCondition Method
Gets the exact phrase condition from the given phrase

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
public static string GetExactPhraseCondition(
	string phrase
)

Parameters

phrase
Type: SystemString
Phrase to convert

Return Value

Type: String
See Also