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
- id
Type: System.Int32
Return value
Type: Microsoft.SharePoint.Client.NavigationNode