Click or drag to resize
CMSSearchDialogGetSearchScope Method
Returns the search scope based on the given string.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public static SearchScopeEnum GetSearchScope(
	string searchScope
)

Parameters

searchScope
Type: SystemString
String Scope representation

Return Value

Type: SearchScopeEnum
See Also