ContextCollection.GetEnumerator Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
GetEnumerator() | (Inherited from IEnumerable<Context>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(ContextSortField) | Retrieves an enumerator for all the contexts in the collection, sorting on the specified field in ascending order. | |
GetEnumerator(Int32, Int32) | Retrieves an enumerator for the specified subset of contexts in the collection, sorting on context name in ascending order. | |
GetEnumerator(ContextSortField, SortDirection) | Retrieves an enumerator for all the contexts in the collection, sorting on the specified field in the specified direction. | |
GetEnumerator(ContextSortField, SortDirection, Int32, Int32) | Retrieves an enumerator for a subset of the the contexts in the collection, sorting on the specified field in the specified direction. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace