SiteMapDataSource.StartFromCurrentNode Property
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_StartFromCurrentNode () /** @property */ public void set_StartFromCurrentNode (boolean value)
public function get StartFromCurrentNode () : boolean public function set StartFromCurrentNode (value : boolean)
Property Value
true if the node tree is retrieved relative to the current page; otherwise, false. The default is false.The StartFromCurrentNode property is evaluated during calls to the GetView and the GetHierarchicalView methods to help determine which site map node to use as a starting point to build the node tree. The StartFromCurrentNode and StartingNodeUrl properties are mutually exclusive — if you set the StartingNodeUrl property, ensure that the StartFromCurrentNode property is false.
The value of the StartFromCurrentNode property is stored in view state.
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.