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 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.8 - 200.5 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.5 |
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 |
|
System.ArgumentException |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.8 - 200.5 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.5 |
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 |
|
System.ArgumentException |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.8 - 200.5 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.5 |
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, |
System.Int32 | limit | The maximum number of results to be returned. Default is 10. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ArgumentOutOfRangeException |
|
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.8 - 200.5 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.5 |