Intersoft ClientUI Documentation
FileUploadInfo Class Members
Properties  Methods  Events


The following tables list the members exposed by FileUploadInfo.

Public Constructors
 NameDescription
Public ConstructorFileUploadInfo ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyBytesUploaded Gets the number of bytes of the file already uploaded.  
Public PropertyExtension Gets the extension of the file.  
Public PropertyFileGets the System.IO.FileInfo instance of the file.  
Public PropertyFileName Gets the original name of the file.  
Public PropertyHasServerError Determines whether the file contains error thrown from server.  
Public PropertyID Gets the unique identifier of the file.  
Public PropertyMessage Gets or set the error message of the file.  
Public PropertyProgressPercentage Gets the percentage of the file upload progress.  
Public PropertyResultUrlGets or sets the System.Uri of the uploaded file.  
Public PropertySize Gets the size of the file.  
Public PropertyStateGets the FileUploadState of the file.  
Public PropertyTargetFileName Gets or sets the target name of the uploaded file.  
Top
Public Methods
 NameDescription
Public MethodCloseStream Close the opened file stream.  
Public MethodOnPropertyChanged Called when the property value changes.  
Public MethodOpenStream Open the file stream for read.  
Top
Public Events
 NameDescription
Public EventPropertyChanged Occurs when the property value changes.  
Top
See Also

Reference

FileUploadInfo Class
Intersoft.Client.UI.Aqua.UXInput Namespace

Send Feedback