SPNavigationNode.Update method

Updates property changes that have been made to the navigation node.

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

Syntax

'Declaration
Public Sub Update
'Usage
Dim instance As SPNavigationNode

instance.Update()
public void Update()

Remarks

The Update method applies all changes to the properties of the SPNavigationNode class, including any changes that have been made to the Properties hash table

See also

Reference

SPNavigationNode class

SPNavigationNode members

Microsoft.SharePoint.Navigation namespace