Class SkinDefaults
Inheritance
System.Object
SkinDefaults
Assembly: DotNetNuke.dll
Syntax
public class SkinDefaults : object
Properties
|
Improve this Doc
View Source
AdminDefaultName
Declaration
public string AdminDefaultName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DefaultName
Declaration
public string DefaultName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Folder
Declaration
public string Folder { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetSkinDefaults(SkinDefaultType)
Declaration
public static SkinDefaults GetSkinDefaults(SkinDefaultType defaultType)
Parameters
Returns
Extension Methods