SPNavigationNode constructor (String, String, String)
Instantiates a new instance of the class that creates a new internal node. The constructor specifies the node title, title resource string, and URL of the node.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
title As String, _
resxTitleResource As String, _
url As String _
)
'Usage
Dim title As String
Dim resxTitleResource As String
Dim url As String
Dim instance As New SPNavigationNode(title, resxTitleResource, _
url)
public SPNavigationNode(
string title,
string resxTitleResource,
string url
)
Parameters
- title
Type: System.String
- resxTitleResource
Type: System.String
- url
Type: System.String