BPM.Server
GetAttachments Method



Syntax
'Declaration
 
Public Function GetAttachments( _
   ByVal fileIds As String _
) As BPM.AttachmentCollection
'Usage
 
Dim instance As Context
Dim fileIds As String
Dim value As BPM.AttachmentCollection
 
value = instance.GetAttachments(fileIds)
public BPM.AttachmentCollection GetAttachments( 
   string fileIds
)
public:
BPM.AttachmentCollection^ GetAttachments( 
   String^ fileIds
) 

Parameters

fileIds
Requirements

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

See Also

Reference

Context Class
Context Members

Send Feedback