ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Workflow.Client.Models Namespace / SearchQuery Class / SortFields Property

In This Topic
    SortFields Property
    In This Topic
    The fields which you want to sort the results by and whether you want to sort the results in ascending or descending order.
    Syntax
    public List<SortField> SortFields {get; set;}
    Public Property SortFields As List(Of SortField)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also