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

Constructor to create the menu item information object.

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

Syntax

C#
public MenuItemInfo(
	int index,
	string screenName,
	string fileName,
	string url,
	MenuCollectionInfo current
)
Visual Basic (Declaration)
Public Sub New ( _
	index As Integer, _
	screenName As String, _
	fileName As String, _
	url As String, _
	current As MenuCollectionInfo _
)
Visual C++
public:
MenuItemInfo(
	int index, 
	String^ screenName, 
	String^ fileName, 
	String^ url, 
	MenuCollectionInfo^ current
)

Parameters

index
Type: System..::.Int32
The Index of the menu item.
screenName
Type: System..::.String
The screen name of the menu item.
fileName
Type: System..::.String
The file name of the menu item. Valid if the menu item points to a file.
url
Type: System..::.String
the url of the menu item. Valid if the menu item points to a url.
current
Type: OfficeClip.BusinessLayer.OfficePortal.CorpMenu..::.MenuCollectionInfo
The current menu item collection.

See Also