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

path
Full path to the directory containing the skin.
Returns a SkinInfo object if a given folder contains an ArcGIS Mobile application skin.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetSkin( _
   ByVal path As String _
) As SkinInfo
C# 
public static SkinInfo GetSkin( 
   string path
)

Parameters

path
Full path to the directory containing the skin.

Return Value

Instance of a SkinInfo class if the given path contains a skin; null if the give folder does not contain a valid skin.

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