Class SkinInfo
Handles the Business Object for Skins.
Inheritance
System.Object
SkinInfo
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class SkinInfo : object
Properties
| Improve this Doc View SourcePortalId
Handles the Business Object for Skins.
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SkinId
Handles the Business Object for Skins.
Declaration
public int SkinId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SkinRoot
Handles the Business Object for Skins.
Declaration
public string SkinRoot { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkinSrc
Handles the Business Object for Skins.
Declaration
public string SkinSrc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkinType
Handles the Business Object for Skins.
Declaration
public SkinType SkinType { get; set; }
Property Value
Type | Description |
---|---|
SkinType |