FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..resendOpenTaskNotifications Method (Boolean, String, array<String>[]()[][])

Resends the open task notifications.

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

Syntax


public bool resendOpenTaskNotifications(
	bool bSendEmailToTaskOwner,
	string sCcUserID,
	params string[] taskIds
)
Public Function resendOpenTaskNotifications ( _
	bSendEmailToTaskOwner As Boolean, _
	sCcUserID As String, _
	ParamArray taskIds As String() _
) As Boolean
public:
bool^ resendOpenTaskNotifications(
	bool^ bSendEmailToTaskOwner, 
	String^ sCcUserID, 
	... array<String^>^ taskIds
)

Parameters

bSendEmailToTaskOwner
Type: Boolean
The send email to taskOwner.
sCcUserID
Type: String
The ccUserID.
taskIds
Type: array<String>[]()[][]
The task ids.

Return Value

true if XXXX, false otherwise.