Visual Basic (Declaration) | |
---|---|
Public Overloads Function AddAttachment( _ ByVal procInstId As Integer, _ ByVal actInstDestId As Integer, _ ByVal fileName As String, _ ByVal content As Stream _ ) As IWorkflowAttachment |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Connection Dim procInstId As Integer Dim actInstDestId As Integer Dim fileName As String Dim content As Stream Dim value As IWorkflowAttachment value = instance.AddAttachment(procInstId, actInstDestId, fileName, content) |
C# | |
---|---|
public IWorkflowAttachment AddAttachment( int procInstId, int actInstDestId, string fileName, Stream content ) |
C++/CLI | |
---|---|
public: IWorkflowAttachment^ AddAttachment( int procInstId, int actInstDestId, String^ fileName, Stream^ content ) |
Parameters
- procInstId
- actInstDestId
- 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