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 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