Sort(String, SortDirection) Constructor

Definition

Initializes a new instance of the Sort class.

public Sort (string sortField, Microsoft.Store.PartnerCenter.Models.Query.SortDirection sortDirection = Microsoft.Store.PartnerCenter.Models.Query.SortDirection.Ascending);
new Microsoft.Store.PartnerCenter.Models.Query.Sort : string * Microsoft.Store.PartnerCenter.Models.Query.SortDirection -> Microsoft.Store.PartnerCenter.Models.Query.Sort
Public Sub New (sortField As String, Optional sortDirection As SortDirection = Microsoft.Store.PartnerCenter.Models.Query.SortDirection.Ascending)

Parameters

sortField
String

The sort field.

sortDirection
SortDirection

The sort direction.

Applies to