Sort(String, SortDirection) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.