XmlSiteMapProvider.RootNode Property
Assembly: System.Web (in system.web.dll)
/** @property */ public SiteMapNode get_RootNode ()
public override function get RootNode () : SiteMapNode
Property Value
A SiteMapNode that represents the root node of the site map; otherwise, a null reference (Nothing in Visual Basic), if security trimming is enabled and the root node is not accessible to the current user.The RootNode property calls the BuildSiteMap method to retrieve the top-level node in the site map. Therefore, any exceptions that occur for the BuildSiteMap method can also occur when accessing the RootNode property.
The SiteMapProvider and XmlSiteMapProvider classes permit only one root SiteMapNode object in a site map. The XmlSiteMapProvider class overrides the abstract SiteMapProvider.RootNode property and provides a simple implementation to track the root node.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.