BPM.Server
GetAttachmentsFromFileIDs Method



Syntax
'Declaration
 
Public Shared Function GetAttachmentsFromFileIDs( _
   ByVal fileids As String _
) As BPM.AttachmentCollection
'Usage
 
Dim fileids As String
Dim value As BPM.AttachmentCollection
 
value = AttachmentManager.GetAttachmentsFromFileIDs(fileids)
public static BPM.AttachmentCollection GetAttachmentsFromFileIDs( 
   string fileids
)
public:
static BPM.AttachmentCollection^ GetAttachmentsFromFileIDs( 
   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

AttachmentManager Class
AttachmentManager Members

Send Feedback