FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeTaskDelegation Method

Removes the task delegation.

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

Syntax


public bool removeTaskDelegation(
	string taskDelegationID
)
Public Function removeTaskDelegation ( _
	taskDelegationID As String _
) As Boolean
public:
bool^ removeTaskDelegation(
	String^ taskDelegationID
)

Parameters

taskDelegationID
Type: String
The task delegation identifier.

Return Value

true if XXXX, false otherwise.