'Declaration Public Function New( _ ByVal sortPath As String, _ ByVal direction As SortDirection _ )
public SortDescription( string sortPath, SortDirection direction )
Parameters
- sortPath
- The path of the data item to which the sort operation will be applied.
- direction
- The direction of the sort operation.