Gets the PageNode for the current homepage.

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

Syntax

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

See Also