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(IHostSettings, SkinDefaultType)

Declaration
public static SkinDefaults GetSkinDefaults(IHostSettings hostSettings, SkinDefaultType defaultType)
Parameters
Type Name Description
IHostSettings hostSettings
SkinDefaultType defaultType
Returns
Type Description
SkinDefaults

GetSkinDefaults(SkinDefaultType)

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Use overload taking IHostSettings. Scheduled for removal in v12.0.0.")]
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