FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..reAssignAllTasks Method

ReAssigns all tasks from one user to another

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

Syntax


public bool reAssignAllTasks(
	string oldUserID,
	string newUserID
)
Public Function reAssignAllTasks ( _
	oldUserID As String, _
	newUserID As String _
) As Boolean
public:
bool^ reAssignAllTasks(
	String^ oldUserID, 
	String^ newUserID
)

Parameters

oldUserID
Type: String
The old user identifier.
newUserID
Type: String
The new user identifier.

Return Value

true if XXXX, false otherwise.