Click or drag to resize

ITreeMenuProfileGetMenuItem Method


Given the name of a menu item, traverse all of the tree menu and find the item object.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
ITreeMenuItem GetMenuItem(
	string name
)

Parameters

name
Type: SystemString
name of the menu item to retrieve

Return Value

Type: ITreeMenuItem
Retrieved tree menu item
See Also