Intersoft ClientUI Documentation
FileUploadInfo Class Members
See Also  Properties  Methods  Events Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace : FileUploadInfo Class


The following tables list the members exposed by FileUploadInfo.

Public Constructors

 NameDescription
public ConstructorFileUploadInfo ConstructorInitializes a new instance of FileUploadInfo class.  
Top

Public Properties

 NameDescription
public PropertyBytesUploadedGets the number of bytes of the file already uploaded.  
public PropertyExtensionGets the extension of the file.  
public PropertyFileGets the System.IO.FileInfo instance of the file.  
public PropertyFileNameGets the original name of the file.  
public PropertyHasServerErrorDetermines whether the file contains error thrown from server.  
public PropertyIDGets the unique identifier of the file.  
public PropertyMessageGets or set the error message of the file.  
public PropertyProgressPercentageGets the percentage of the file upload progress.  
public PropertyResultUrlGets or sets the System.Uri of the uploaded file.  
public PropertySizeGets the size of the file.  
public PropertyStateGets the FileUploadState of the file.  
public PropertyTargetFileNameGets or sets the target name of the uploaded file.  
Top

Public Methods

 NameDescription
public MethodCloseStreamClose the opened file stream.  
public MethodOnPropertyChangedCalled when the property value changes.  
public MethodOpenStreamOpen the file stream for read.  
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when the property value changes.  
Top

See Also

© 2012 All Rights Reserved.