Share via


EditableAspMenuState.StartingNodeTitle property

Sometimes the AspMenu control shows the starting node and sometimes it does not (see AspMenu.AdjustForShowStartingNode and SiteMapDataSource.ShowStartingNode for background on this). Its title is included here so that the JavaScript could display it. Example: "Document Center"

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property StartingNodeTitle As String
    Get
    Set
'Usage
Dim instance As EditableAspMenuState
Dim value As String

value = instance.StartingNodeTitle

instance.StartingNodeTitle = value
public string StartingNodeTitle { get; set; }

Property value

Type: System.String

Remarks

(to client)

See also

Reference

EditableAspMenuState class

EditableAspMenuState members

Microsoft.SharePoint.Navigation namespace