Share via


TableOfContentsTaxonomyDataSourceView.StartFromCurrentNode property

Gets or sets a value that indicates whether the site map node that corresponds to the current URL should become the root node in the navigation tree.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property StartFromCurrentNode As Boolean
    Get
    Set
'Usage
Dim instance As TableOfContentsTaxonomyDataSourceView
Dim value As Boolean

value = instance.StartFromCurrentNode

instance.StartFromCurrentNode = value
public bool StartFromCurrentNode { get; set; }

Property value

Type: System.Boolean
true if the site map node that corresponds to the current URL should become the root node in the navigation tree; otherwise, false.

See also

Reference

TableOfContentsTaxonomyDataSourceView class

TableOfContentsTaxonomyDataSourceView members

Microsoft.SharePoint.Publishing.WebControls namespace