Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the information about the Search scopes system in the SearchServiceApplicationProxy.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub SetScopesManagerInfo ( _
scopesManagerInfo As ScopesManagerInfo _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim scopesManagerInfo As ScopesManagerInfo
instance.SetScopesManagerInfo(scopesManagerInfo)
public void SetScopesManagerInfo(
ScopesManagerInfo scopesManagerInfo
)
Parameters
scopesManagerInfo
Type: Microsoft.Office.Server.Search.Administration.ScopesManagerInfoThe information about the Search scopes system in a Search application.
Implements
ISearchSiteAdministrationServiceApplication.SetScopesManagerInfo(ScopesManagerInfo)
Exceptions
| Exception | Condition |
|---|---|
| Exception | An error occurred during application execution. |
Remarks
The user must have administrative permission for the SearchServiceApplicationProxy to set the Search scopes system.
The scopesManagerInfo parameter must not be null .
See Also
Reference
SearchServiceApplicationProxy Class