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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static SearchScopeEnum GetSearchScope(
	string searchScope
)

Parameters

searchScope
Type: SystemString
String Scope representation

Return Value

Type: SearchScopeEnum
See Also