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 Search administration database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub DropDisplayGroup ( _
displayGroupId As Integer _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim displayGroupId As Integer
instance.DropDisplayGroup(displayGroupId)
public void DropDisplayGroup(
int displayGroupId
)
Parameters
displayGroupId
Type: System.Int32The ID of the SearchScopeDisplayGroup object to be deleted.
Implements
ISearchSiteAdministrationServiceApplication.DropDisplayGroup(Int32)
Exceptions
| Exception | Condition |
|---|---|
| Exception | An error, such as a SearchServiceApplicationFault, occurred during application execution. |
Remarks
The value of the displayGroupId parameter must not be null .
See Also
Reference
SearchServiceApplicationProxy Class