ArcGIS API for Silverlight - Library Reference
SearchFeaturedItemsAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalInfo Class : SearchFeaturedItemsAsync 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.
callback
The callback executed when the result is available.
Gets the featured items asynchronously. This method uses the FeaturedItemsGroupQuery information and returns the corresponding ArcGISPortalItem.

Syntax

Visual Basic (Declaration) 
Public Sub SearchFeaturedItemsAsync( _
   ByVal searchParameters As SearchParameters, _
   ByVal callback As Action(Of SearchResultInfo(Of ArcGISPortalItem),Exception) _
) 

Remarks

If the object is not initialized (in this case FeaturedItemsGroupQuery 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.
callback
The callback executed when the result is available.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.