Click or drag to resize

MenuItemChildrenIds Property

Ids of child menu items. The collection is not always populated - in which case it is null. In addition, the collection may be only partially populated. This is the case if not all menu items are loaded from the database.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList ChildrenIds { get; set; }

Property Value

Type: IntegerList
See Also