RSS Documentation
UploadFile(Guid,String) Method



Syntax
'Declaration
 
Public Overloads Function UploadFile( _
   ByVal guid As Guid, _
   ByVal filePath As String _
) As String
'Usage
 
Dim instance As BPMConnection
Dim guid As Guid
Dim filePath As String
Dim value As String
 
value = instance.UploadFile(guid, filePath)
public string UploadFile( 
   Guid guid,
   string filePath
)
public:
String^ UploadFile( 
   Guid guid,
   String^ filePath
) 

Parameters

guid
filePath
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

BPMConnection Class
BPMConnection Members
Overload List

Send Feedback