SiteMapDataSource.StartFromCurrentNode Property

Definition

Gets or sets a value indicating whether the site map node tree is retrieved using the node that represents the current page.

C#
public virtual bool StartFromCurrentNode { get; set; }

Property Value

true if the node tree is retrieved relative to the current page; otherwise, false. The default is false.

Remarks

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.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also