Show / Hide Table of Contents

Class SkinDefaults

Inheritance
object
SkinDefaults
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS