Show / Hide Table of Contents

Class InstalledSkinInfo

Inheritance
object
InstalledSkinInfo
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 InstalledSkinInfo

Constructors

InstalledSkinInfo()

Declaration
public InstalledSkinInfo()

Properties

InUse

Declaration
public bool InUse { get; set; }
Property Value
Type Description
bool

SkinFile

Declaration
public string SkinFile { get; set; }
Property Value
Type Description
string

SkinName

Declaration
public string SkinName { get; set; }
Property Value
Type Description
string

Methods

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Extension Methods

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