Class DesktopModuleInfo.PageInfo
Inheritance
DesktopModuleInfo.PageInfo
Assembly: DotNetNuke.dll
Syntax
public class DesktopModuleInfo.PageInfo : IXmlSerializable
Constructors
PageInfo()
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Icon
Declaration
public string Icon { get; set; }
Property Value
IsCommon
Declaration
public bool IsCommon { get; set; }
Property Value
LargeIcon
Declaration
public string LargeIcon { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Methods
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
HasAdminPage()
Declaration
public bool HasAdminPage()
Returns
HasHostPage()
Declaration
public bool HasHostPage()
Returns
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Implements
Extension Methods