This function provides a central location to obtain a generic node collection of the pages/tabs included in the current context's (user) navigation hierarchy

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

Syntax

C#
public static DNNNodeCollection GetNavigationNodes(
	string strNamespace
)
Visual Basic
Public Shared Function GetNavigationNodes ( 
	strNamespace As String
) As DNNNodeCollection

Parameters

strNamespace
Type: System..::..String
Namespace (typically control's ClientID) of node collection to create

Return Value

Collection of DNNNodes

Remarks

Returns all navigation nodes for a given user

See Also