Keyword.RemoveSynonym Method
Removes a synonym for the keyword.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function RemoveSynonym ( _
synonymTerm As String _
) As Boolean
'Usage
Dim instance As Keyword
Dim synonymTerm As String
Dim returnValue As Boolean
returnValue = instance.RemoveSynonym(synonymTerm)
bool RemoveSynonym(
string synonymTerm
)
Parameters
synonymTerm
Type: System.StringThe term of the synonym to be removed.
Return Value
Type: System.Boolean
[true] if the synonym could be removed, [false] otherwise.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace