Click or drag to resize
CMSSearchResultsGetSearchMode Method
Returns the search mode based on the given string.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public SearchModeEnum GetSearchMode(
	string searchMode
)

Parameters

searchMode
Type: SystemString
String mode representation

Return Value

Type: SearchModeEnum
See Also