Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents navigation operations at the site collection level.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Navigation
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
<ScriptTypeAttribute("SP.Navigation", ServerTypeId := "{d6aa87a7-71b3-4bbe-bca7-00ab1bd7d37f}")> _
Public Class Navigation _
Inherits ClientObject
'Usage
Dim instance As Navigation
[ScriptTypeAttribute("SP.Navigation", ServerTypeId = "{d6aa87a7-71b3-4bbe-bca7-00ab1bd7d37f}")]
public class Navigation : ClientObject
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.