Click or drag to resize

DataObjectLoadOptionsBaseTreeNodeParents Property

Behaviour for loading objects in TreeNodeIdList. TreeNodeParents only has effect of TreeNodeIdList contains some elements. None: No parents to the objects in TreeNodeIdList are loaded. RootPath: Direct nodes on the path from the object in TreeNodeIdList to the ROOT are loaded. RootPathAndChildren: As RootPath, but immediate children to nodes are also loaded.

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

Property Value

Type: TreeNodeParents
See Also