deArchivedFormInstance..::..getFormAttachments Method
Gets the form attachments.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public Dictionary<string, deFormAttachment> getFormAttachments( string fileCtrlID, string createdByUserID )
Public Function getFormAttachments ( _ fileCtrlID As String, _ createdByUserID As String _ ) As Dictionary(Of String, deFormAttachment)
public: Dictionary<String^, deFormAttachment^>^ getFormAttachments( String^ fileCtrlID, String^ createdByUserID )
Parameters
- fileCtrlID
- Type: String
The file control identifier.
- createdByUserID
- Type: String
The created by user identifier.