System.Web.UI.WebControls.SiteMapDataSource.ShowStartingNode Property

Gets or sets a value indicating whether the starting node is retrieved and displayed.

Syntax

[System.ComponentModel.DefaultValue(true)]
public virtual bool ShowStartingNode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SiteMapDataSource.ShowStartingNode property is evaluated during calls to the SiteMapDataSource.GetView(string) and SiteMapDataSource.GetHierarchicalView(string) methods, when the node tree that is returned by these methods is populated.

The value of the SiteMapDataSource.ShowStartingNode property is stored in view state.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0