Click or drag to resize

IDataObjectLoadOptionsBaseParentIds Property

States a list of parent data object ids. If specified only data objects residing directly below these specific parent data objects are loaded.

Namespace:  Omada.OE.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
IList<int> ParentIds { get; }

Property Value

Type: IListInt32
See Also