Navigation.GetNodeById method

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

Syntax

'Declaration
Public Function GetNodeById ( _
    id As Integer _
) As NavigationNode
'Usage
Dim instance As Navigation
Dim id As Integer
Dim returnValue As NavigationNode

returnValue = instance.GetNodeById(id)
public NavigationNode GetNodeById(
    int id
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.NavigationNode

See also

Reference

Navigation class

Navigation members

Microsoft.SharePoint.Client namespace