Click or drag to resize

MainMoveActionObjectToFolder Method

Sets the parent of the action object to the specified newFolderId data object.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public void MoveActionObjectToFolder(
	CodeMethodInvokeContext context,
	int newFolderId
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
newFolderId
Type: SystemInt32
Id of the data object which should be set as parent for the action object
See Also