Share via


SynonymCollection.AddSynonym Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method AddSynonym(String) Adds a two-way synonym with the specified term to the collection.
Public method AddSynonym(String, Context) Adds a two-way synonym with the specified term and context to the collection.
Public method AddSynonym(String, SynonymExpansionType) Adds a synonym with the specified term and expansion type to the collection.
Public method AddSynonym(String, String) Add a two-way synonym with the specified name and term to the collection.
Public method AddSynonym(String, Context, SynonymExpansionType) Adds a synonym with the specified term, context and expansion type to the collection.
Public method AddSynonym(String, Nullable<DateTime>, Nullable<DateTime>) Adds a two-synonym with the specified term and date range to the collection.
Public method AddSynonym(String, String, SynonymExpansionType) Adds a synonym with the specified name, term and expansion type to the collection.
Public method AddSynonym(String, String, String) Adds a two-way synonym with the specified name, term and description to the collection.
Public method AddSynonym(String, Nullable<DateTime>, Nullable<DateTime>, SynonymExpansionType) Adds a synonym with the specified term, date range, and expansion type to the collection.
Public method AddSynonym(String, String, String, SynonymExpansionType) Adds a synonym with the specified name, term, expansion type and description to the collection.
Public method AddSynonym(String, String, String, Nullable<DateTime>, Nullable<DateTime>) Adds a two-way synonym with the specified name, term, description and date range to the collection.
Public method AddSynonym(String, String, String, Nullable<DateTime>, Nullable<DateTime>, Context) Adds a two-way synonym with the specified name, term, description, date range and context to the collection.
Public method AddSynonym(String, String, String, Nullable<DateTime>, Nullable<DateTime>, SynonymExpansionType) Adds a synonym with the specified name, term, description, date range and expansion type to the collection.
Public method AddSynonym(String, String, String, Nullable<DateTime>, Nullable<DateTime>, Context, SynonymExpansionType) Adds a synonym with the specified name, term, description, date range, context and expansion type to the collection.

Top

See Also

Reference

SynonymCollection Interface

SynonymCollection Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace