Get a navigation element

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)

Syntax

C#
public ICMSNavigationElement GetNavigation(
	string navName,
	NavigationElementType navType = NavigationElementType.Navigation,
	bool recursiveSearch = false
)
Visual Basic
Public Function GetNavigation ( 
	navName As String,
	Optional navType As NavigationElementType = NavigationElementType.Navigation,
	Optional recursiveSearch As Boolean = false
) As ICMSNavigationElement
Visual C++
public:
virtual ICMSNavigationElement^ GetNavigation(
	String^ navName, 
	NavigationElementType navType = NavigationElementType::Navigation, 
	bool recursiveSearch = false
) sealed

Parameters

navName
Type: System..::..String
Name of navigation ("Name" attribute value)
navType (Optional)
Type: Ingeniux.Runtime..::..NavigationElementType
Type of navigation
recursiveSearch (Optional)
Type: System..::..Boolean
Recursive search or not

Return Value

Type: ICMSNavigationElement
Single ICMSNavigationElement instance or null

Implements

ICMSPage..::..GetNavigation(String, NavigationElementType, Boolean)

See Also