BPM.Server
CombinFileIDs Method



Syntax
'Declaration
 
Public Shared Function CombinFileIDs( _
   ByVal fileid1 As String, _
   ByVal fileid2 As String _
) As String
'Usage
 
Dim fileid1 As String
Dim fileid2 As String
Dim value As String
 
value = AttachmentManager.CombinFileIDs(fileid1, fileid2)
public static string CombinFileIDs( 
   string fileid1,
   string fileid2
)
public:
static String^ CombinFileIDs( 
   String^ fileid1,
   String^ fileid2
) 

Parameters

fileid1
fileid2
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