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

Constructor that takes the Index of the list.

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

Syntax

C#
public MenuCollectionInfo(
	int listIndex
)
Visual Basic (Declaration)
Public Sub New ( _
	listIndex As Integer _
)
Visual C++
public:
MenuCollectionInfo(
	int listIndex
)

Parameters

listIndex
Type: System..::.Int32
The Index of the list.

See Also