NavigationNodeCreationInformation.PreviousNode property

Gets or sets a value that specifies the navigation node after which the new navigation node will appear in the navigation node collection.

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

Syntax

'Declaration
Public Property PreviousNode As NavigationNode
    Get
    Set
'Usage
Dim instance As NavigationNodeCreationInformation
Dim value As NavigationNode

value = instance.PreviousNode

instance.PreviousNode = value
public NavigationNode PreviousNode { get; set; }

Property value

Type: Microsoft.SharePoint.Client.NavigationNode
Returns a NavigationNode instance representing the navigation node after which the new navigation node will appear in the navigation node collection.

See also

Reference

NavigationNodeCreationInformation class

NavigationNodeCreationInformation members

Microsoft.SharePoint.Client namespace