SynonymCollection.AddSynonym Method (String, Context)
Adds a two-way synonym with the specified term and context to the collection.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function AddSynonym ( _
synonym As String, _
context As Context _
) As Synonym
'Usage
Dim instance As SynonymCollection
Dim synonym As String
Dim context As Context
Dim returnValue As Synonym
returnValue = instance.AddSynonym(synonym, _
context)
Synonym AddSynonym(
string synonym,
Context context
)
Parameters
synonym
Type: System.StringThe synonym term.
context
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.ContextThe context to which this synonym is to be attached.
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.Synonym
A Synonym representing the added synonym.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | If the synonym name is [null]. |
AdminException | If the synonym name is already used by another synonym for the keyword. |
AdminException | If the synonym name is already used by another keyword. |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace