ESRI.ArcGIS.Mobile.Client
GetSkins Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > SkinInfo Class : GetSkins Method

path
The folder that potentially contains skin folders.
Returns a collection of skins that exist in the given folder.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetSkins( _
   ByVal path As String _
) As ObservableCollection(Of SkinInfo)
C# 
public static ObservableCollection<SkinInfo> GetSkins( 
   string path
)

Parameters

path
The folder that potentially contains skin folders.

Return Value

Collection of available skins.

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