Scopes Class

Provides access to the search scope management system for SharePoint Enterprise Search.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.ScopesManager
    Microsoft.Office.Server.Search.Administration.Scopes

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class Scopes _
    Inherits ScopesManager
'Usage
Dim instance As Scopes
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class Scopes : ScopesManager

Remarks

Use the Scopes constructor of the Scopes class to initialize an object that provides the entry point to the Scopes object model. The Scopes object model allows you to manage and configure shared and site-level search scopes in SharePoint Enterprise Search.

For more information about search scopes, see Working with Search Scopes.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Scopes Members

Microsoft.Office.Server.Search.Administration Namespace