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.492
Syntax
ITreeMenuItem GetMenuItem(
	string name
)

Parameters

name  String
name of the menu item to retrieve

Return Value

ITreeMenuItem
Retrieved tree menu item
See Also