ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryParameters Class / SearchQuery Property

In This Topic
    SearchQuery Property
    In This Topic
    Gets a formatted query string based on the PortalQueryParameter properties
    Syntax
    public string SearchQuery {get;}
    Public ReadOnly Property SearchQuery As String
    Remarks
    Concatentates (if not null) query, organization id, sort field, sort order, bounding box, start index and limit to create a search query string. A format parameter and token parameter are not included in the search query string
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also