FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..addAttachment Method

Adds the attachment.

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

Syntax


public deFormAttachment addAttachment(
	string fileID,
	string fileCtrlID,
	string filePath,
	string OriginalFileName
)
Public Function addAttachment ( _
	fileID As String, _
	fileCtrlID As String, _
	filePath As String, _
	OriginalFileName As String _
) As deFormAttachment
public:
deFormAttachment^ addAttachment(
	String^ fileID, 
	String^ fileCtrlID, 
	String^ filePath, 
	String^ OriginalFileName
)

Parameters

fileID
Type: String
The file identifier.
fileCtrlID
Type: String
The file control identifier.
filePath
Type: String
The file path.
OriginalFileName
Type: String
Name of the original file.

Return Value

deFormAttachment.