Visual Basic (Declaration) | |
---|---|
Public Overloads Function AddAttachment( _ ByVal serialNo As String, _ ByVal fileName As String, _ ByVal content As Stream _ ) As IWorkflowAttachment |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Connection Dim serialNo As String Dim fileName As String Dim content As Stream Dim value As IWorkflowAttachment value = instance.AddAttachment(serialNo, fileName, content) |
C++/CLI | |
---|---|
public: IWorkflowAttachment^ AddAttachment( String^ serialNo, String^ fileName, Stream^ content ) |
Parameters
- serialNo
- fileName
- content
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2