SearchServiceApplication.DropDisplayGroup Method
Deletes the specified ScopeDisplayGroup from the SearchAdminDatabase.
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 SearchServiceApplication
Dim displayGroupId As Integer
instance.DropDisplayGroup(displayGroupId)
public void DropDisplayGroup(
int displayGroupId
)
Parameters
displayGroupId
Type: System.Int32The ID of the SearchScopeDisplayGroup.
Implements
ISearchSiteAdministrationServiceApplication.DropDisplayGroup(Int32)
Remarks
The value of the displayGroupId parameter must not be null .
See Also
Reference
SearchServiceApplication Class