Intersoft ClientUI Documentation
FileUploadSession Constructor



The UXFileUpload instance that owns this object.
Initializes a new instance of FileUploadSession class.
Syntax
Public Function New( _
   ByVal owner As UXFileUpload _
)
Dim owner As UXFileUpload
 
Dim instance As New FileUploadSession(owner)
public FileUploadSession( 
   UXFileUpload owner
)
public:
FileUploadSession( 
   UXFileUpload^ owner
)

Parameters

owner
The UXFileUpload instance that owns this object.
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

FileUploadSession Class
FileUploadSession Members

Send Feedback