SPNavigation class

Serves as a wrapper class for navigation-related operations. The SPNavigation object is available as a property value (SPWeb.Navigation) on the SPWeb object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Navigation.SPNavigation

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

Syntax

'Declaration
Public NotInheritable Class SPNavigation
'Usage
Dim instance As SPNavigation
public sealed class SPNavigation

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPNavigation members

Microsoft.SharePoint.Navigation namespace

SPWeb.Navigation