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.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.8 - 200.8 |
| Xamarin.Android | 100.8 - 100.15 |
| Xamarin.iOS | 100.8 - 100.15 |
| UWP | 100.8 - 200.8 |
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.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.8 - 200.8 |
| Xamarin.Android | 100.8 - 100.15 |
| Xamarin.iOS | 100.8 - 100.15 |
| UWP | 100.8 - 200.8 |
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.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.8 - 200.8 |
| Xamarin.Android | 100.8 - 100.15 |
| Xamarin.iOS | 100.8 - 100.15 |
| UWP | 100.8 - 200.8 |
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.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.8 - 200.8 |
| Xamarin.Android | 100.8 - 100.15 |
| Xamarin.iOS | 100.8 - 100.15 |
| UWP | 100.8 - 200.8 |