Click or drag to resize

DataObjectControllerSetDataObjectParent Method (Int32, Int32)

Moves a data object to another location in the tree structure.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void SetDataObjectParent(
	int dataObjId,
	int parentId
)

Parameters

dataObjId
Type: SystemInt32
parentId
Type: SystemInt32
See Also