The level this page is placed at in the sitemap. Level 1 is a homepage, level 2 are children of the homepage and so on.

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

Syntax

C#
public int Level { get; }
Visual Basic
Public ReadOnly Property Level As Integer
	Get
Visual C++
public:
property int Level {
	int get ();
}

See Also