ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryParameters Class / PortalQueryParameters Constructor / PortalQueryParameters Constructor(String,Int32)
The query string.
The number of results to be returned.

In This Topic
    PortalQueryParameters Constructor(String,Int32)
    In This Topic
    Initializes a new instance of the PortalQueryParameters class from a query string and a limit.
    Syntax
    public PortalQueryParameters( 
       string query,
       int limit
    )
    Public Function New( _
       ByVal query As String, _
       ByVal limit As Integer _
    )

    Parameters

    query
    The query string.
    limit
    The number of results to be returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also