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

Constructor that takes the list Index and the Direction

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

Syntax

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

Parameters

listIndex
Type: System..::.Int32
The list Index.
direction
Type: System..::.Int32
The Direction.

See Also