Class SkinPackageInfo
Handles the Business Object for Skins.
Implements
Inherited Members
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class SkinPackageInfo : BaseEntityInfo, IHydratable
Properties
| Improve this Doc View SourceKeyID
Handles the Business Object for Skins.
Declaration
public int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PackageID
Handles the Business Object for Skins.
Declaration
public int PackageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PortalID
Handles the Business Object for Skins.
Declaration
public int PortalID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SkinName
Handles the Business Object for Skins.
Declaration
public string SkinName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkinPackageID
Handles the Business Object for Skins.
Declaration
public int SkinPackageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Skins
Handles the Business Object for Skins.
Declaration
public Dictionary<int, string> Skins { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.Int32, System.String> |
SkinType
Handles the Business Object for Skins.
Declaration
public string SkinType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFill(IDataReader)
Handles the Business Object for Skins.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr |