FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..moveItemsFromOneUserToAnother Method

Moves the items from one user to another.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool moveItemsFromOneUserToAnother(
	string sourceUserWorkflowID,
	string targetUserWorkflowID
)
Public Function moveItemsFromOneUserToAnother ( _
	sourceUserWorkflowID As String, _
	targetUserWorkflowID As String _
) As Boolean
public:
bool^ moveItemsFromOneUserToAnother(
	String^ sourceUserWorkflowID, 
	String^ targetUserWorkflowID
)

Parameters

sourceUserWorkflowID
Type: String
The source user workflow identifier.
targetUserWorkflowID
Type: String
The target user workflow identifier.

Return Value

true if XXXX, false otherwise.