FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..getLatestFormAttachments Method

Gets the latest form attachments.

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

Syntax


public DataTable getLatestFormAttachments(
	string createdByUserID,
	List<string> sFileCtrlIDList
)
Public Function getLatestFormAttachments ( _
	createdByUserID As String, _
	sFileCtrlIDList As List(Of String) _
) As DataTable
public:
DataTable^ getLatestFormAttachments(
	String^ createdByUserID, 
	List<String^>^ sFileCtrlIDList
)

Parameters

createdByUserID
Type: String
The created by user identifier.
sFileCtrlIDList
Type: List<(Of <(<'String>)>)>
The s file control identifier list.

Return Value

Dictionary<System.String, deFormAttachment>.