ArcGIS Pro 3.7 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 Property SortFields As List(Of SortField)
    public List<SortField> SortFields {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also