Intersoft ClientUI Documentation
UploadedFile Property



Gets the FileUploadInfo object of the uploaded file.
Syntax
<ScriptableMemberAttribute()>
Public Property UploadedFile As FileUploadInfo
Dim instance As UXFileUpload
Dim value As FileUploadInfo
 
instance.UploadedFile = value
 
value = instance.UploadedFile
[ScriptableMemberAttribute()]
public FileUploadInfo UploadedFile {get; set;}
[ScriptableMemberAttribute()]
public:
property FileUploadInfo^ UploadedFile {
   FileUploadInfo^ get();
   void set (    FileUploadInfo^ value);
}
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

UXFileUpload Class
UXFileUpload Members

Send Feedback