| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal owner As UXFileUpload _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim owner As UXFileUpload Dim instance As New FileUploadSession(owner)  | |
| C# | |
|---|---|
public FileUploadSession( UXFileUpload owner )  | |
| Delphi | |
|---|---|
public FileUploadSession( owner: UXFileUpload );  | |
| JScript | |
|---|---|
public function FileUploadSession( owner : UXFileUpload );  | |
| Managed Extensions for C++ | |
|---|---|
public: FileUploadSession( UXFileUpload* owner )  | |
| C++/CLI | |
|---|---|
public: FileUploadSession( UXFileUpload^ owner )  | |
Parameters
- owner
 - The UXFileUpload instance that owns this object.
 
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family