ITreeMenuProfileGetMenuItem Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
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
[Missing <param name="name"/> documentation for "M:Ingeniux.CMS.ITreeMenuProfile.GetMenuItem(System.String)"]
Return Value
Type:
ITreeMenuItem[Missing <returns> documentation for "M:Ingeniux.CMS.ITreeMenuProfile.GetMenuItem(System.String)"]
See Also