SynonymCollection.GetEnumerator Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
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. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace