Returns the parent PageNode.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public PageNode ParentPage { get; }
Visual Basic
Public ReadOnly Property ParentPage As PageNode
	Get
Visual C++
public:
property PageNode^ ParentPage {
	PageNode^ get ();
}

See Also