FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..addFileAttachment Method

Adds the file attachment.

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

Syntax


public deFormAttachment addFileAttachment(
	string filePath,
	string sFileSelectType,
	string sFileCtrlID
)
Public Function addFileAttachment ( _
	filePath As String, _
	sFileSelectType As String, _
	sFileCtrlID As String _
) As deFormAttachment
public:
deFormAttachment^ addFileAttachment(
	String^ filePath, 
	String^ sFileSelectType, 
	String^ sFileCtrlID
)

Parameters

filePath
Type: String
The file path.
sFileSelectType
Type: String
Type of the s file select.
sFileCtrlID
Type: String
The s file control identifier.

Return Value

deFormAttachment.