ContextSortField Enumeration
Enumeration values for sorting context collections by various fields.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "http://Microsoft.SharePoint.Search.Extended.Administration")> _
Public Enumeration ContextSortField
'Usage
Dim instance As ContextSortField
[DataContractAttribute(Namespace = "http://Microsoft.SharePoint.Search.Extended.Administration")]
public enum ContextSortField
Members
Member name | Description | |
---|---|---|
Name | Sorts by context name. | |
LastChanged | Sorts by time of last change. Ascending is earliest first. |
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace
GetEnumerator(ContextSortField)
GetEnumerator(ContextSortField, SortDirection)
GetEnumerator(ContextSortField, SortDirection, Int32, Int32)