SynonymCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of synonyms for a keyword.
The SynonymCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection<Synonym>.) | |
IsReadOnly | (Inherited from ICollection<Synonym>.) | |
Item | Retrieves the synonym of the keyword for a given synonym term. |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<Synonym>.) | |
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. | |
Clear | (Inherited from ICollection<Synonym>.) | |
Contains | (Inherited from ICollection<Synonym>.) | |
ContainsSynonym | Checks if a synonym with the specified term is contained in the collection. | |
CopyTo | (Inherited from ICollection<Synonym>.) | |
GetEnumerator() | (Inherited from IEnumerable<Synonym>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(SynonymSortField) | Gets an enumerator for all the synonyms in the collection, sorting on the specified field in ascending order. | |
GetEnumerator(Int32, Int32) | Gets an enumerator for a subset the synonyms in the collection, sorting on the synonym term in ascending order. | |
GetEnumerator(SynonymSortField, SortDirection) | Gets an enumerator for all the synonyms in the collection, sorting on the specified field in the specified direction. | |
GetEnumerator(SynonymSortField, SortDirection, Int32, Int32) | Gets an enumerator for a subset of the the synonyms in the collection, sorting on the specified filed ion the specified direction. | |
GetSynonym | Retrieves the synonym of the keyword for a specified term. | |
Remove | (Inherited from ICollection<Synonym>.) | |
RemoveSynonym | Removes the synonym with the specified term from the collection. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace