Uploader for Silverlight
UploadFileInfo Constructor(FileInfo)






File that comes from System.Windows.Controls.OpenFileDialog
Initializes a new instance of a UploadFileInfo.
Syntax
'Declaration
 
Public Function New( _
   ByVal file As System.IO.FileInfo _
)
'Usage
 
Dim file As System.IO.FileInfo
 
Dim instance As New UploadFileInfo(file)
public UploadFileInfo( 
   System.IO.FileInfo file
)
public UploadFileInfo( 
    file: System.IO.FileInfo
); 
public function UploadFileInfo( 
   file : System.IO.FileInfo
);
public: UploadFileInfo( 
   System.IO.FileInfo* file
)
public:
UploadFileInfo( 
   System.IO.FileInfo^ file
)

Parameters

file
File that comes from System.Windows.Controls.OpenFileDialog
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

UploadFileInfo Class
UploadFileInfo Members
Overload List

Send Feedback