FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormInstance..::..getFormAttachments Method

Gets the form attachments.

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

Syntax


public Dictionary<string, deFormAttachment> getFormAttachments(
	string fileCtrlID,
	string createdByUserID,
	bool bIsLatest
)
Public Function getFormAttachments ( _
	fileCtrlID As String, _
	createdByUserID As String, _
	bIsLatest As Boolean _
) As Dictionary(Of String, deFormAttachment)
public:
Dictionary<String^, deFormAttachment^>^ getFormAttachments(
	String^ fileCtrlID, 
	String^ createdByUserID, 
	bool^ bIsLatest
)

Parameters

fileCtrlID
Type: String
The file control identifier.
createdByUserID
Type: String
The created by user identifier.
bIsLatest
Type: Boolean
if set to true [b is latest].

Return Value

Dictionary<System.String, deFormAttachment>.