Intersoft.Client.UI.Aqua.UXInput Namespace : FileUploadInfo Class |
The following tables list the members exposed by FileUploadInfo.
Name | Description | |
---|---|---|
![]() | FileUploadInfo Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | BytesUploaded | Gets the number of bytes of the file already uploaded. |
![]() | Extension | Gets the extension of the file. |
![]() | File | Gets the System.IO.FileInfo instance of the file. |
![]() | FileName | Gets the original name of the file. |
![]() | HasServerError | Determines whether the file contains error thrown from server. |
![]() | ID | Gets the unique identifier of the file. |
![]() | Message | Gets or set the error message of the file. |
![]() | ProgressPercentage | Gets the percentage of the file upload progress. |
![]() | ResultUrl | Gets or sets the System.Uri of the uploaded file. |
![]() | Size | Gets the size of the file. |
![]() | State | Gets the FileUploadState of the file. |
![]() | TargetFileName | Gets or sets the target name of the uploaded file. |
Name | Description | |
---|---|---|
![]() | CloseStream | Close the opened file stream. |
![]() | OnPropertyChanged | Called when the property value changes. |
![]() | OpenStream | Open the file stream for read. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when the property value changes. |