Discuss this help topic in SecureBlackbox Forum
This method adds a new attachment.
Declaration
[C#]
int AddAttachedFile();
[VB.NET]
Function AddAttachedFile() As Integer
[Pascal]
function AddAttachedFile : integer;
[C++]
int32_t AddAttachedFile();
[PHP]
integer AddAttachedFile()
[Java]
int addAttachedFile();
Return value
Index of the newly added attachment in the list.
Description
Use this method to add a new attachement to the document.
Discuss this help topic in SecureBlackbox Forum