KeywordCollection.GetEnumerator Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable<Keyword>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(KeywordSortField) | Retrieves an enumerator for all the keywords in the collection, sorting on the specified field in ascending order. | |
GetEnumerator(Int32, Int32) | Retrieves an enumerator for a subset the keywords in the collection, sorting on the keyword term in ascending order. | |
GetEnumerator(KeywordSortField, SortDirection) | Retrieves an enumerator for all the keywords in the collection, sorting on the specified field in the specified direction. | |
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
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace