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 |
---|---|---|
System.String | query | The query string to use. For example, |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.8 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.8 - 100.12 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.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. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
ArgumentException |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.8 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.8 - 100.12 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.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 |
---|---|---|
System.String | query | The query string to use. For example, |
Envelope | boundingBox | An Envelope specifying the bounding box. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
ArgumentException |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.8 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.8 - 100.12 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.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 |
---|---|---|
System.String | query | The query string to use. For example, |
Int32 | limit | The maximum number of results to be returned. Default is 10. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
ArgumentOutOfRangeException |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.8 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.8 - 100.12 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 100.15 |