Initializes a new instance of the MenuPanelsContainerData class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public MenuPanelsContainerData(
	string title,
	MenuPanel[] menuPanels
)
Visual Basic
Public Sub New ( _
	title As String, _
	menuPanels As MenuPanel() _
)
Visual C++
public:
MenuPanelsContainerData(
	String^ title, 
	array<MenuPanel^>^ menuPanels
)

Parameters

title
Type: System..::..String
menuPanels
Type: array<Cartella.Models..::..MenuPanel>[]()[][]

See Also