ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Core.Portal Namespace / PortalQueryParameters Class / PortalQueryParameters Constructor / PortalQueryParameters Constructor(String,Envelope)
The query.
The search extent.

PortalQueryParameters Constructor(String,Envelope)
Initializes a new instance of the PortalQueryParameters class from a query string and search extent.
Syntax
public PortalQueryParameters( 
   string query,
   Envelope boundingBox
)

Parameters

query
The query.
boundingBox
The search extent.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.1 or higher.
See Also