ISearchSiteAdministrationServiceApplication.DropSpecialTerm Method
Deletes the specified keyword from the database.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Sub DropSpecialTerm ( _
term As Keyword _
)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim term As Keyword
instance.DropSpecialTerm(term)
[OperationContractAttribute]
void DropSpecialTerm(
Keyword term
)
Parameters
term
Type: Microsoft.Office.Server.Search.Administration.KeywordThe keyword to be deleted.
Remarks
Implementing classes should ensure that the value of the term parameter must not be null .
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface