: SortDirection (Enumeración) (Microsoft.Office.Server.Search.Query)
Defines the sort direction values for ordering search results.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Enumeration SortDirection
'Uso
Dim instance As SortDirection
public enum SortDirection
Miembros
Nombre de miembro | Descripción | |
---|---|---|
Ascending | Specifies that the search results are ordered in ascending order. | |
Descending | Specifies that the search results are ordered in descending order. |
Comentarios
Use the values from the SortDirection enumeration with the Add method of the SortCollection class, the SortDirection property of the Sort class, and the GetCrawlSummaryByHost method of the GetCrawlSummaryByHost class.