Uploader for Silverlight
AddFile(FileInfo) Method






System.IO.FileInfo that identifies the file to be uploaded.
Adds a file to the Files collection that will be sent to the server when the BeginUploadFiles method is invoked.
Syntax
'Declaration
 
Public Overloads Sub AddFile( _
   ByVal file As System.IO.FileInfo _
) 
'Usage
 
Dim instance As C1Uploader
Dim file As System.IO.FileInfo
 
instance.AddFile(file)
public void AddFile( 
   System.IO.FileInfo file
)
public procedure AddFile( 
    file: System.IO.FileInfo
); 
public function AddFile( 
   file : System.IO.FileInfo
);
public: void AddFile( 
   System.IO.FileInfo* file
) 
public:
void AddFile( 
   System.IO.FileInfo^ file
) 

Parameters

file
System.IO.FileInfo that identifies the file to be uploaded.
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

C1Uploader Class
C1Uploader Members
Overload List

Send Feedback