Click or drag to resize

ICMSPageGetAssetNavigationItems Method

Namespace:  Ingeniux.Runtime
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ICMSAssetElement> GetAssetNavigationItems(
	string navName,
	AssetNavigationElementType navType = AssetNavigationElementType.AssetNavigation,
	bool recursiveSearchNavNode = false,
	bool recursiveSearchLinkNodes = false,
	bool includeAssetFolders = false
)

Parameters

navName
Type: SystemString
Name of the Asset Navigation
navType (Optional)
Type: AssetNavigationElementType
Type of Asset 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.
includeAssetFolders (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableICMSAssetElement
An enumerable collection of Link Elements
See Also