ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryParameters Class / StartIndex Property

In This Topic
    StartIndex Property
    In This Topic
    Gets or sets the index of the first entry in the result set response. The index number is 1-based. The default value of StartIndex is 1 (e.g.,. the first search result). The start index, along with the Limit parameter can be used to paginate the search results.
    Syntax
    public int StartIndex {get; set;}
    Public Property StartIndex As Integer
    Remarks
    Corresponds to the "start=" parameter of a portal REST query. When not specified, start is assumed to be 1
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also