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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableMethodAttribute(ReturnThisObjectState := True)> _
Public Sub Update
'Usage
Dim instance As SPNavigationNode

instance.Update()
[ClientCallableMethodAttribute(ReturnThisObjectState = true)]
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