RSS Documentation
UploadFile(Guid,String,Int32,Stream) Method



Syntax
'Declaration
 
Public Overloads Sub UploadFile( _
   ByVal guid As Guid, _
   ByVal fileName As String, _
   ByVal blockIndex As Integer, _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As BPMConnection
Dim guid As Guid
Dim fileName As String
Dim blockIndex As Integer
Dim stream As Stream
 
instance.UploadFile(guid, fileName, blockIndex, stream)
public void UploadFile( 
   Guid guid,
   string fileName,
   int blockIndex,
   Stream stream
)
public:
void UploadFile( 
   Guid guid,
   String^ fileName,
   int blockIndex,
   Stream^ stream
) 

Parameters

guid
fileName
blockIndex
stream
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