Click or drag to resize

MainMoveActionObjectToFolder Method

Moves the action object to a specified folder in the data object tree structure. Throws an exception if the active user doesn't have access to move the action object.

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

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
The action object will be moved to the specified folder.
newFolderId
Type: SystemInt32
Id of the folder data object which the action object must be moved to.

Return Value

Type: Boolean
Returns true.
See Also