ArcGISPortalGetFeaturedItemsAsync Method |
Gets the featured items asynchronously.
This method uses the
FeaturedItemsGroupQuery and returns the corresponding collection of
PortalItem objects within the matching group.
Namespace:
Esri.ArcGISRuntime.Portal
Assembly:
Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 100.9.0.0
Syntaxpublic Task<IEnumerable<PortalItem>> GetFeaturedItemsAsync()
Return Value
Type:
TaskIEnumerablePortalItem
The task object representing the asynchronous search featured items operation.
The value of the task result contains a collection of
PortalItem objects.
Remarks
See Also