ArcGIS Pro 3.0 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, Windows 8.1

    See Also