FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTask..::..addFileAttachments Method

Adds the file attachments.

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

Syntax


public bool addFileAttachments(
	List<string> fileList
)
Public Function addFileAttachments ( _
	fileList As List(Of String) _
) As Boolean
public:
bool^ addFileAttachments(
	List<String^>^ fileList
)

Parameters

fileList
Type: List<(Of <(<'String>)>)>
The file list.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
[Exception]Task id:{taskID} not found