ESRI.ArcGIS.Mobile.Client
FindFeatureSource(String,String) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Project Class > FindFeatureSource Method : FindFeatureSource(String,String) Method

mobileCacheDir
Name of MobileCache Directory that the FeatureSource exists in
featureSourceName
Name of FeatureSource to find
Finds a FeatureSource with a specified name in the MobileCache

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindFeatureSource( _
   ByVal mobileCacheDir As String, _
   ByVal featureSourceName As String _
) As FeatureSource
C# 
public FeatureSource FindFeatureSource( 
   string mobileCacheDir,
   string featureSourceName
)

Parameters

mobileCacheDir
Name of MobileCache Directory that the FeatureSource exists in
featureSourceName
Name of FeatureSource to find

Return Value

FeatureSource if found, null if not found

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also