ISearchSiteAdministrationServiceApplication.DropDisplayGroup method

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 DropDisplayGroup ( _
    displayGroupId As Integer _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim displayGroupId As Integer

instance.DropDisplayGroup(displayGroupId)
[OperationContractAttribute]
void DropDisplayGroup(
    int displayGroupId
)

Parameters

  • displayGroupId
    Type: System.Int32

    The ID of the scope display group to be deleted.

Remarks

Implementing classes should ensure that the value of the displayGroupId parameter must not be null .

See also

Reference

ISearchSiteAdministrationServiceApplication interface

ISearchSiteAdministrationServiceApplication members

Microsoft.Office.Server.Search.Administration namespace