Click or drag to resize

MenuItem Constructor

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public MenuItem(
	int id,
	AppString title,
	int parentId
)

Parameters

id
Type: SystemInt32
title
Type: Omada.OE.ModelAppString
parentId
Type: SystemInt32
See Also