Intersoft ClientUI Documentation
FileUploadInfo Constructor(Stream,String)



The stream to upload.
The filename that represents the stream to upload.
Initializes a new instance of FileUploadInfo class.
Syntax
Public Function New( _
   ByVal stream As Stream, _
   ByVal fileName As String _
)
Dim stream As Stream
Dim fileName As String
 
Dim instance As New FileUploadInfo(stream, fileName)
public FileUploadInfo( 
   Stream stream,
   string fileName
)
public:
FileUploadInfo( 
   Stream^ stream,
   String^ fileName
)

Parameters

stream
The stream to upload.
fileName
The filename that represents the stream to upload.
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