FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createUpdateTaskDelegation Method

Creates the update task delegation.

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

Syntax


public bool createUpdateTaskDelegation(
	string taskDelegationID,
	string userID,
	string delegatorUserID,
	DateTime startDate,
	DateTime endDate,
	string comment,
	bool autoReAssignBackTo,
	bool reassignAllOpenTask
)
Public Function createUpdateTaskDelegation ( _
	taskDelegationID As String, _
	userID As String, _
	delegatorUserID As String, _
	startDate As DateTime, _
	endDate As DateTime, _
	comment As String, _
	autoReAssignBackTo As Boolean, _
	reassignAllOpenTask As Boolean _
) As Boolean
public:
bool^ createUpdateTaskDelegation(
	String^ taskDelegationID, 
	String^ userID, 
	String^ delegatorUserID, 
	DateTime^ startDate, 
	DateTime^ endDate, 
	String^ comment, 
	bool^ autoReAssignBackTo, 
	bool^ reassignAllOpenTask
)

Parameters

taskDelegationID
Type: String
The task delegation identifier.
userID
Type: String
The user identifier.
delegatorUserID
Type: String
The delegator user identifier.
startDate
Type: DateTime
The start date.
endDate
Type: DateTime
The end date.
comment
Type: String
The comment.
autoReAssignBackTo
Type: Boolean
reassignAllOpenTask
Type: Boolean

Return Value

true if XXXX, false otherwise.