[This is preliminary documentation and is subject to change.]

Gets the menuitem represented by the MenuItemInfo object in a specific menulist and having a specific index.

Namespace:  OfficeClip.BusinessLayer.OfficePortal.CorpMenu
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MenuItemInfo GetMenuItem(
	int listIndex,
	int index
)
Visual Basic (Declaration)
Public Function GetMenuItem ( _
	listIndex As Integer, _
	index As Integer _
) As MenuItemInfo
Visual C++
public:
MenuItemInfo^ GetMenuItem(
	int listIndex, 
	int index
)

Parameters

listIndex
Type: System..::.Int32
The index of the menulist in which the menuitem is contained.
index
Type: System..::.Int32
The index of the menuitem.

Return Value

The menuitem represented by the MenuItemInfo object.

See Also