Version

UploadCancellableBaseEventArgs Class Members

The following tables list the members exposed by UploadCancellableBaseEventArgs.

Public Constructors
 NameDescription
Public ConstructorUploadCancellableBaseEventArgs ConstructorSetting UploadInfo and initialize baseEventArgs  
Protected Fields
 NameDescription
Protected Field_baseEventArgsFile upload Base Event Arguments object  
Protected Field_fileInfoFile upload info object  
Protected Field_serverMessageServer Message  
Public Properties
 NameDescription
Public PropertyAdditionalDataFieldsGets the additional data fields that could be submitted while uploading the file. It returns dictionary which has as a key - the name of the submitted data field and as a value - the value of the data field  
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyFileInfoGets the file information.  
Public PropertyFileNameReturns name of the uploading file  
Public PropertyFileSizeReturns size of the uploading file  
Public PropertyFileStatusReturns status of the uploading file  
Public PropertyFolderPathReturns folder path of the uploading file where the file is saved  
Public PropertyMimeTypeGet MIME Type of the uploading file  
Public PropertyServerMessageSet or get server message which is sent to client-side.  
Public PropertyTemporaryFileNameGet temporary file name  
Public PropertyUploadedBytesGet uploaded bytes  
See Also

View on GitHub