Initializes a new instance of the SiteMapContext class.
Namespace: Composite.AspNetAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public SiteMapContext( IPage rootPage ) |
Visual Basic |
---|
Public Sub New ( _ rootPage As IPage _ ) |
Visual C++ |
---|
public: SiteMapContext( IPage^ rootPage ) |
Parameters
- rootPage
- Type: Composite.Data.Types..::..IPage
The root page.