Class SkinInfo
Inherited Members
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class SkinInfo
Constructors
SkinInfo()
Declaration
public SkinInfo()
Properties
PortalId
Declaration
public int PortalId { get; set; }
Property Value
Type | Description |
---|---|
int |
SkinId
Declaration
public int SkinId { get; set; }
Property Value
Type | Description |
---|---|
int |
SkinRoot
Declaration
public string SkinRoot { get; set; }
Property Value
Type | Description |
---|---|
string |
SkinSrc
Declaration
public string SkinSrc { get; set; }
Property Value
Type | Description |
---|---|
string |
SkinType
Declaration
public SkinType SkinType { get; set; }
Property Value
Type | Description |
---|---|
SkinType |