ArcGIS Pro 2.9 API Reference Guide
PortalQueryParameters Constructor(String,Envelope)

ArcGIS.Desktop.Core.Portal Namespace > PortalQueryParameters Class > PortalQueryParameters Constructor : PortalQueryParameters Constructor(String,Envelope)
The query.
The search extent.
Initializes a new instance of the PortalQueryParameters class from a query string and search extent.
Syntax
public PortalQueryParameters( 
   string query,
   Envelope boundingBox
)
Public Function New( _
   ByVal query As String, _
   ByVal boundingBox As Envelope _
)

Parameters

query
The query.
boundingBox
The search extent.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PortalQueryParameters Class
PortalQueryParameters Members
Overload List