Click or drag to resize
SearchScopeEnum Enumeration
Indicates if all content or only its part should be searched.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public enum SearchScopeEnum
Members
  Member nameValueDescription
SearchAllContent0 All content search.
SearchCurrentSection1 Search current section.
See Also