Share via


KeywordCollection.GetEnumerator Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method GetEnumerator() (Inherited from IEnumerable<Keyword>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator(KeywordSortField) Retrieves an enumerator for all the keywords in the collection, sorting on the specified field in ascending order.
Public method GetEnumerator(Int32, Int32) Retrieves an enumerator for a subset the keywords in the collection, sorting on the keyword term in ascending order.
Public method GetEnumerator(KeywordSortField, SortDirection) Retrieves an enumerator for all the keywords in the collection, sorting on the specified field in the specified direction.
Public method GetEnumerator(KeywordSortField, SortDirection, Int32, Int32) Retrieves an enumerator for a subset of the the keyword in the collection, sorting on the specified field ion the specified direction.

Top

See Also

Reference

KeywordCollection Interface

KeywordCollection Members

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