ArcGIS API for Silverlight - Library Reference
SearchBasemapGalleryAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalInfo Class : SearchBasemapGalleryAsync 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.
Searchs the basemap gallery items asynchronously. This method uses the BasemapGalleryGroupQuery informations and returns the corresponding ArcGISPortalItem.

Syntax

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

Remarks

If the object is not initialized (in this case BasemapGalleryGroupQuery 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.