ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryResultSet<T> Class / NextQueryParameters Property

In This Topic
    NextQueryParameters Property
    In This Topic
    Gets the query params for the next set of results based on the next start index. This is automatically generated if there are more results left to be retrieved. This will be null if there are no more results for the next page.
    Syntax
    public PortalQueryParameters NextQueryParameters {get;}
    Public ReadOnly Property NextQueryParameters As PortalQueryParameters
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also