Class InstalledSkinInfo
Inheritance
System.Object
InstalledSkinInfo
Assembly: DotNetNuke.dll
Syntax
public class InstalledSkinInfo : object
Properties
|
Improve this Doc
View Source
InUse
Declaration
public bool InUse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SkinFile
Declaration
public string SkinFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SkinName
Declaration
public string SkinName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type |
Name |
Description |
XmlWriter |
writer |
|
Extension Methods