ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryParameters Class / PortalQueryParameters Constructor / PortalQueryParameters Constructor(String)
The query string.

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

    Parameters

    query
    The query string.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also