ArcGIS API for Silverlight - Library Reference
SearchItemsAsync(SpatialSearchParameters,Action<SearchResultInfo<ArcGISPortalItem>,Exception>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortal Class > SearchItemsAsync Method : SearchItemsAsync(SpatialSearchParameters,Action<SearchResultInfo<ArcGISPortalItem>,Exception>) Method

searchParameters
The spatial search parameters.
callback
The callback executed when the result is available.
Searches items from a query string and/or an extent.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SearchItemsAsync( _
   ByVal searchParameters As SpatialSearchParameters, _
   ByVal callback As Action(Of SearchResultInfo(Of ArcGISPortalItem),Exception) _
) 

Parameters

searchParameters
The spatial search parameters.
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.