SiteMapDataSource.StartFromCurrentNode Property
.NET Framework 3.0
Gets or sets a value indicating whether the site map node tree is retrieved using the node that represents the current page.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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)
Not applicable.
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.
Note: |
|---|
| If you are not familiar with the data access features in ASP.NET 2.0, you might find it useful to review the following topics before continuing: |
The value of the StartFromCurrentNode property is stored in view state.
Community Additions
ADD
Show:
Note: