Allows for DNNNode object to be easily obtained based off of passed in ID

Namespace: DotNetNuke.UI
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static DNNNode GetNavigationNode(
	string strID,
	string strNamespace
)
Visual Basic
Public Shared Function GetNavigationNode ( 
	strID As String,
	strNamespace As String
) As DNNNode

Parameters

strID
Type: System..::..String
NodeID to retrieve
strNamespace
Type: System..::..String
Namespace for node collection (usually control's ClientID)

Return Value

DNNNode

Remarks

Primary purpose of this is to obtain the DNNNode needed for the events exposed by the NavigationProvider

See Also