Click or drag to resize

MenuManagerGetNewMenuItem Method (Int32)

Returns a new (empty) menuitem.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static MenuItem GetNewMenuItem(
	int parentId
)

Parameters

parentId
Type: SystemInt32

Return Value

Type: MenuItem
See Also