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.
Deletes the specified Search scope display group from the database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub DropScope ( _
scopeId As Integer _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim scopeId As Integer
instance.DropScope(scopeId)
[OperationContractAttribute]
void DropScope(
int scopeId
)
Parameters
scopeId
Type: System.Int32The ID of the scope to be deleted.
Remarks
Implementing classes should ensure that the value of the scopeId parameter must not be null .
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface