Gets the Id of the top level page (homepage) for the page currently being rendered

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

Syntax

C#
public static Guid CurrentHomePageId { get; }
Visual Basic
Public Shared ReadOnly Property CurrentHomePageId As Guid
	Get
Visual C++
public:
static property Guid CurrentHomePageId {
	Guid get ();
}

See Also