ESRI.ArcGIS.Mobile.Client
SkinInfo Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : SkinInfo Class


The following tables list the members exposed by SkinInfo.

Public Constructors

 NameDescription
Public ConstructorSkinInfo ConstructorOverloaded.  Initializes a new instance of the SkinInfo class.  
Top

Public Properties

 NameDescription
Public PropertyDirectoryName Gets or sets the path to the folder containing the skin resources.  
Public PropertyName Gets the name of the skin.  
Top

Public Methods

 NameDescription
Public MethodExists Returns a flag indicating whether or not the skin resouces referenced by the SkinInfo object exist.  
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead.  
Public Methodstatic (Shared in Visual Basic)GetSkin Returns a SkinInfo object if a given folder contains an ArcGIS Mobile application skin.  
Public MethodGetSkinResources Loads the skin resources.  
Public Methodstatic (Shared in Visual Basic)GetSkins Returns a collection of skins that exist in the given folder.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

See Also