Click or drag to resize

DataObjectLoadOptionsLoadChildrenAllowsChildrenInfo Property

Determines if child object information must be loaded must be loaded (does at least one child object allow child objects) The information does not respect security (having access to see those child objects) The result is stored in DataObject.ChildrenAllowsChildren.

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

Property Value

Type: Boolean
See Also