Class SkinDefaults
Inherited Members
Namespace: DotNetNuke.UI.Skins
Assembly: DotNetNuke.dll
Syntax
public class SkinDefaults
Properties
AdminDefaultName
Declaration
public string AdminDefaultName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultName
Declaration
public string DefaultName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Folder
Declaration
public string Folder { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetSkinDefaults(SkinDefaultType)
Declaration
public static SkinDefaults GetSkinDefaults(SkinDefaultType defaultType)
Parameters
| Type | Name | Description |
|---|---|---|
| SkinDefaultType | defaultType |
Returns
| Type | Description |
|---|---|
| SkinDefaults |