NavigationNodeCreationInformation Class
Describes a new navigation node to be created.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.NavigationNodeCreationInformation
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.NavigationNodeCreationInformation", ValueObject := True, _
ServerTypeId := "{7aaaa605-79a9-4fda-ae1e-db952e5083e0}")> _
Public NotInheritable Class NavigationNodeCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As NavigationNodeCreationInformation
[ScriptTypeAttribute("SP.NavigationNodeCreationInformation", ValueObject = true,
ServerTypeId = "{7aaaa605-79a9-4fda-ae1e-db952e5083e0}")]
public sealed class NavigationNodeCreationInformation : ClientValueObject
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.