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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property PreviousNode As NavigationNode
Get
Set
'Usage
Dim instance As NavigationNodeCreationInformation
Dim value As NavigationNode
value = instance.PreviousNode
instance.PreviousNode = value
[RemoteAttribute]
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