Class DesktopModuleInfo.PageInfo
Inheritance
System.Object
DesktopModuleInfo.PageInfo
Assembly: DotNetNuke.dll
Syntax
public class PageInfo : IXmlSerializable
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsCommon
Declaration
public bool IsCommon { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LargeIcon
Declaration
public string LargeIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
Type |
Description |
XmlSchema |
|
|
Improve this Doc
View Source
HasAdminPage()
Declaration
public bool HasAdminPage()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HasHostPage()
Declaration
public bool HasHostPage()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
Type |
Name |
Description |
XmlReader |
reader |
|
|
Improve this Doc
View Source
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type |
Name |
Description |
XmlWriter |
writer |
|
Extension Methods