Intersoft ClientUI Documentation
ResponseData Property



Gets the response data from the server, providing information about the uploaded files.
Syntax
Public ReadOnly Property ResponseData As FileUploadResponseData
Dim instance As FilesUploadResponseEventArgs
Dim value As FileUploadResponseData
 
value = instance.ResponseData
public FileUploadResponseData ResponseData {get;}
public:
property FileUploadResponseData^ ResponseData {
   FileUploadResponseData^ get();
}
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

FilesUploadResponseEventArgs Class
FilesUploadResponseEventArgs Members

Send Feedback