Share via


TableOfContentsTaxonomyDataSource.StartFromCurrentNode property

Gets or sets a value that indicates whether the 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 TableOfContentsTaxonomyDataSource
Dim value As Boolean

value = instance.StartFromCurrentNode

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

Property value

Type: System.Boolean
A value that indicates whether the node that corresponds to the current URL should become the root node in the navigation tree.

See also

Reference

TableOfContentsTaxonomyDataSource class

TableOfContentsTaxonomyDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace