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

ArcGIS.Desktop.Core.Portal Namespace > PortalQueryParameters Class > PortalQueryParameters Constructor : PortalQueryParameters Constructor(String,Int32)
The query string.
The number of results to be returned.
Initializes a new instance of the PortalQueryParameters class from a query string and a limit.
Syntax
public PortalQueryParameters( 
   string query,
   int limit
)
Public Function New( _
   ByVal query As String, _
   ByVal limit As Integer _
)

Parameters

query
The query string.
limit
The number of results to be returned.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PortalQueryParameters Class
PortalQueryParameters Members
Overload List