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

Constructor

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MenuItem(
	int id,
	int appId,
	string name,
	string navigateUrl,
	string target,
	string toolTip,
	string imageUrl,
	List<MenuItem> children
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Integer, _
	appId As Integer, _
	name As String, _
	navigateUrl As String, _
	target As String, _
	toolTip As String, _
	imageUrl As String, _
	children As List(Of MenuItem) _
)
Visual C++
public:
MenuItem(
	int id, 
	int appId, 
	String^ name, 
	String^ navigateUrl, 
	String^ target, 
	String^ toolTip, 
	String^ imageUrl, 
	List<MenuItem^>^ children
)

Parameters

id
Type: System..::.Int32
appId
Type: System..::.Int32
name
Type: System..::.String
navigateUrl
Type: System..::.String
target
Type: System..::.String
toolTip
Type: System..::.String
imageUrl
Type: System..::.String
children
Type: System.Collections.Generic..::.List<(Of <(MenuItem>)>)

See Also