Click or drag to resize

ICMSPageGetNavigationItems Method

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSLinkElement> GetNavigationItems(
	string navName,
	NavigationElementType navType = NavigationElementType.Navigation,
	bool recursiveSearchNavNode = false,
	bool recursiveSearchLinkNodes = false
)

Parameters

navName
Type: SystemString
Name of the Navigation
navType (Optional)
Type: Ingeniux.RuntimeNavigationElementType
Type of Navigation Element, which is the Element tag name. By default, the interface searches for the standard Navigation type.
recursiveSearchNavNode (Optional)
Type: SystemBoolean
Whether the search is recursive on Navigation nodes. The default is false.
recursiveSearchLinkNodes (Optional)
Type: SystemBoolean
Whether the search is recursive on Navigation Item nodes. The default is false.

Return Value

Type: IEnumerableICMSLinkElement
An enumerable collection of Link Elements
See Also