Initializes a new instance of the Sorting
public SortingInstruction(string orderBy, DocumentServer.DataShaping.SortOrder sortOrder);Public Sub New(orderBy As String, sortOrder As DocumentServer.DataShaping.SortOrder)public SortingInstruction(string orderBy);Public Sub New(orderBy As String)| Parameter | Description | ||||||
|---|---|---|---|---|---|---|---|
| order |
The name of the column to order the block data by. | ||||||
| sort |
The sort order.
|