ArcGIS Runtime SDK for WPF - Library Reference
SearchHomePageFeaturedContentTaskAsync Method
See Also 
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalInfo Class : SearchHomePageFeaturedContentTaskAsync Method

searchParameters
The search parameters that allow to manage the paginated result and to add an additional query parameter. If this parameter is null, the search is done without query parameter.
Searchs the home page featured content asynchronously. This method uses the HomePageFeaturedContent informations and returns the corresponding ArcGISPortalItem.

Syntax

Visual Basic (Declaration) 
Public Function SearchHomePageFeaturedContentTaskAsync( _
   ByVal searchParameters As SearchParameters _
) As Task(Of SearchResultInfo(Of ArcGISPortalItem))
C# 
public Task<SearchResultInfo<ArcGISPortalItem>> SearchHomePageFeaturedContentTaskAsync( 
   SearchParameters searchParameters
)

Remarks

If the object is not initialized (i.e. HomePageFeaturedContent is unknown), the initialization is automatically done.

Parameters

searchParameters
The search parameters that allow to manage the paginated result and to add an additional query parameter. If this parameter is null, the search is done without query parameter.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.