Class PortalGroupContentSearchParameters
Contains search parameters suitable for finding portal items that belong to a Portal
Inheritance
Namespace: Esri.ArcGISRuntime.Portal
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class PortalGroupContentSearchParameters
Remarks
You can create an instance using one of the factory methods that are designed for particular types of searches, or you can use one of the constructors and specify a custom query string. A number of properties are also available to customize various aspects of the search. A typical usage pattern is:
-
(1) Create a new Portal
Group object using a factory method or a constructor.Content Search Parameters - (2) Optionally set one or more of the properties.
-
(3) Pass the parameters to
Find
Items and await the results.Async(Portal Group Content Search Parameters) -
(4) Optionally use Next
Search to retrieve the next page of search results.Parameters
Constructors
Name | Description |
---|---|
Portal |
Initializes a new instance of the Portal |
Portal |
Initializes a new instance of the Portal |
Portal |
Initializes a new instance of the Portal |
Portal |
Initializes a new instance of the Portal |
Properties
Name | Description |
---|---|
Bounding |
Gets or sets an Envelope specifying the bounding box for a spatial search. |
Can |
Gets or sets a value indicating whether public items outside the organization may be included in the search results. |
Categories | Gets a list of content category specifications to use when searching for items. |
Limit | Gets or sets the maximum number of results to be included in the result set response. |
Query | Gets the query string used to search for items. |
Sort |
Gets or sets a comma-separated string containing one or more field names to sort the results by. |
Sort |
Gets or sets the sort order, indicating whether the results are returned in ascending or descending order. |
Start |
Gets or sets the index (within the entire set of results) of the first Portal |
Methods
Name | Description |
---|---|
Create |
Creates a Portal |
CreateForItemsOfTypes(IEnumerable<PortalItemType>, String, String) | Creates a Portal |
Create |
Creates a Portal |
Create |
Creates a Portal |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.8 - 200.6 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.6 |