Show / Hide Table of Contents

Class DesktopModuleInfo.PageInfo

Inheritance
object
DesktopModuleInfo.PageInfo
Implements
IXmlSerializable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class DesktopModuleInfo.PageInfo : IXmlSerializable

Constructors

PageInfo()

Declaration
public PageInfo()

Properties

Description

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

Icon

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

IsCommon

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

LargeIcon

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

Name

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

Type

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

Methods

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema

HasAdminPage()

Declaration
public bool HasAdminPage()
Returns
Type Description
bool

HasHostPage()

Declaration
public bool HasHostPage()
Returns
Type Description
bool

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

WriteXml(XmlWriter)

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

Implements

IXmlSerializable

Extension Methods

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