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

Gets the menulist represented by the MenuCollectionInfo object in a specific list index.

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

Syntax

C#
public MenuCollectionInfo GetMenuList(
	int listIndex
)
Visual Basic (Declaration)
Public Function GetMenuList ( _
	listIndex As Integer _
) As MenuCollectionInfo
Visual C++
public:
MenuCollectionInfo^ GetMenuList(
	int listIndex
)

Parameters

listIndex
Type: System..::.Int32
The index of the menulist to be get.

Return Value

The menulist represented by the MenuCollectionInfo object.

See Also