Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the sort order for the local SharePoint runtime.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overridable Sub AddSortOrder ( _
runtime As SharePointSearchRuntime _
)
'Usage
Dim instance As SearchResultsBaseDatasourceView
Dim runtime As SharePointSearchRuntime
instance.AddSortOrder(runtime)
public virtual void AddSortOrder(
SharePointSearchRuntime runtime
)
Parameters
runtime
Type: Microsoft.Office.Server.Search.Query.SharePointSearchRuntimeThe object representing the location SharePoint runtime.
See Also
Reference
SearchResultsBaseDatasourceView Class