Share via


SortField Enumeration

Defines sort fields common to all domain objects.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Common
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 SortField
'Usage
Dim instance As SortField
[DataContractAttribute(Namespace = "http://Microsoft.SharePoint.Search.Extended.Administration")]
public enum SortField

Members

Member name Description
Name Sort by name.
LastChanged Sort by time of last change.

Remarks

This enumeration should only be accessed through one of the domain object specific enumerations.

See Also

Reference

Microsoft.SharePoint.Search.Extended.Administration.Common Namespace

KeywordSortField