Show / Hide Table of Contents

Constructor PortalGroupContentSearchParameters

PortalGroupContentSearchParameters(String)

Initializes a new instance of the PortalGroupContentSearchParameters class with a custom query string.

Declaration
public PortalGroupContentSearchParameters(string query)
Parameters
Type Name Description
String query

The query string to use. For example, "owner:username AND title:california".

See Also
Query

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.8 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.8 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.8 - 100.12
Xamarin.Android100.8 - 100.15
Xamarin.iOS100.8 - 100.15
UWP100.8 - 100.15

PortalGroupContentSearchParameters(Envelope)

Initializes a new instance of the PortalGroupContentSearchParameters class with a bounding box for a spatial search.

Declaration
public PortalGroupContentSearchParameters(Envelope boundingBox)
Parameters
Type Name Description
Envelope boundingBox

An Envelope specifying the bounding box.

See Also
BoundingBox

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.8 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.8 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.8 - 100.12
Xamarin.Android100.8 - 100.15
Xamarin.iOS100.8 - 100.15
UWP100.8 - 100.15

PortalGroupContentSearchParameters(String, Envelope)

Initializes a new instance of the PortalGroupContentSearchParameters class with a custom query string and a bounding box for a spatial search.

Declaration
public PortalGroupContentSearchParameters(string query, Envelope boundingBox)
Parameters
Type Name Description
String query

The query string to use. For example, "owner:username AND title:california".

Envelope boundingBox

An Envelope specifying the bounding box.

See Also
Query
BoundingBox

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.8 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.8 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.8 - 100.12
Xamarin.Android100.8 - 100.15
Xamarin.iOS100.8 - 100.15
UWP100.8 - 100.15

PortalGroupContentSearchParameters(String, Int32)

Initializes a new instance of the PortalGroupContentSearchParameters class with a custom query string and a custom limit on the number of results.

Declaration
public PortalGroupContentSearchParameters(string query, int limit)
Parameters
Type Name Description
String query

The query string to use. For example, "owner:username AND title:california".

System.Int32 limit

The maximum number of results to be returned. Default is 10.

See Also
Query
Limit

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.8 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.8 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.8 - 100.12
Xamarin.Android100.8 - 100.15
Xamarin.iOS100.8 - 100.15
UWP100.8 - 100.15
In This Article
Back to top Copyright © 2022 Esri.