ArcGIS Runtime SDK for WPF - Library Reference
SearchBasemapGalleryTaskAsync Method
See Also 
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalInfo Class : SearchBasemapGalleryTaskAsync 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 basemap gallery items asynchronously. This method uses the BasemapGalleryGroupQuery informations and returns the corresponding ArcGISPortalItem.

Syntax

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

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.

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.