ITreeMenuProfileGetMenuItem Method
|
Given the name of a
menu item, traverse all of the tree menu and find the item object.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxITreeMenuItem GetMenuItem(
string name
)
Function GetMenuItem (
name As String
) As ITreeMenuItem
ITreeMenuItem^ GetMenuItem(
String^ name
)
abstract GetMenuItem :
name : string -> ITreeMenuItem Parameters
- name String
- name of the menu item to retrieve
Return Value
ITreeMenuItemRetrieved
tree menu item
See Also