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
)
Function GetMenuItem (
name As String
) As ITreeMenuItem
ITreeMenuItem^ GetMenuItem(
String^ name
)
abstract GetMenuItem :
name : string -> ITreeMenuItem
Parameters
- name
- Type: SystemString
name of the menu item to retrieve
Return Value
Type:
ITreeMenuItemRetrieved
tree menu itemSee Also