SearchSettingSortField Enumeration
Enumeration values for sorting search setting 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 SearchSettingSortField
'Usage
Dim instance As SearchSettingSortField
[DataContractAttribute(Namespace = "http://Microsoft.SharePoint.Search.Extended.Administration")]
public enum SearchSettingSortField
Members
Member name | Description | |
---|---|---|
Name | Sort by name. | |
LastChanged | Sort by time of last change. Ascending is earliest first. | |
StartDate | Sort by start of interval. Ascending is earliest first. | |
EndDate | Sort by end of interval. Ascending is earliest first. | |
ManagedResultUri | Sort by uri. For best bets and featured content only. | |
ManagedResultPosition | Sort by position For best bets and featured content only. | |
PromotionSpec | Sort by promotion specification. For promotions only. | |
SynonymTerm | Sort by synonym term. For synonyms only. |
Remarks
This enumeration should not be accessed directly, but rather through its sub-interfaces.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace