Intersoft ClientUI Documentation
FileUploadInfo Constructor(FileInfo)



The file to upload, represented in System.IO.FileInfo class.
Initializes a new instance of FileUploadInfo class.
Syntax
Public Function New( _
   ByVal file As FileInfo _
)
Dim file As FileInfo
 
Dim instance As New FileUploadInfo(file)
public FileUploadInfo( 
   FileInfo file
)
public:
FileUploadInfo( 
   FileInfo^ file
)

Parameters

file
The file to upload, represented in System.IO.FileInfo class.
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

FileUploadInfo Class
FileUploadInfo Members
Overload List

Send Feedback