SynonymCollection.AddSynonym Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
AddSynonym(String) | Adds a two-way synonym with the specified term to the collection. | |
AddSynonym(String, Context) | Adds a two-way synonym with the specified term and context to the collection. | |
AddSynonym(String, SynonymExpansionType) | Adds a synonym with the specified term and expansion type to the collection. | |
AddSynonym(String, String) | Add a two-way synonym with the specified name and term to the collection. | |
AddSynonym(String, Context, SynonymExpansionType) | Adds a synonym with the specified term, context and expansion type to the collection. | |
AddSynonym(String, Nullable<DateTime>, Nullable<DateTime>) | Adds a two-synonym with the specified term and date range to the collection. | |
AddSynonym(String, String, SynonymExpansionType) | Adds a synonym with the specified name, term and expansion type to the collection. | |
AddSynonym(String, String, String) | Adds a two-way synonym with the specified name, term and description to the collection. | |
AddSynonym(String, Nullable<DateTime>, Nullable<DateTime>, SynonymExpansionType) | Adds a synonym with the specified term, date range, and expansion type to the collection. | |
AddSynonym(String, String, String, SynonymExpansionType) | Adds a synonym with the specified name, term, expansion type and description to the collection. | |
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. | |
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. | |
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. | |
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
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace