ArcGIS Pro 2.8 API Reference Guide
StartIndex Property

ArcGIS.Desktop.Core.Portal Namespace > PortalQueryParameters Class : StartIndex Property
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 10, Windows 8.1

See Also

Reference

PortalQueryParameters Class
PortalQueryParameters Members