Class InstalledSkinInfo
Inheritance
InstalledSkinInfo
Assembly: DotNetNuke.dll
Syntax
public class InstalledSkinInfo
Constructors
InstalledSkinInfo()
Declaration
public InstalledSkinInfo()
Properties
InUse
Declaration
public bool InUse { get; set; }
Property Value
SkinFile
Declaration
public string SkinFile { get; set; }
Property Value
SkinName
Declaration
public string SkinName { get; set; }
Property Value
Methods
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Extension Methods