Search
ContainerPage Members
Constructors Properties Methods
 


Represents a page in a PagedContainerNode.

The following tables list the members exposed by the ContainerPage type.

 Public Constructors

  Name Description

ContainerPage

Initializes a new instance of the ContainerPage class.

 Public Properties

  Name Description

links

Gets the links on this page.

nodes

Gets the nodes on this page.

title

Gets or sets the title of this page.

 Public Methods

  Name Description

fromJson

Deserializes the page from a JSON object.

loadFromXml

Loads the page's content from an XML element.

saveToXml

Saves the page's content into an XML element.

toJson

Serializes the page to a JSON object.

 See Also