Click or drag to resize
UploaderEventArgs Class
Provides data for the FileValidating and FileUploaded(After Upload) events.
Inheritance Hierarchy

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public class UploaderEventArgs

The UploaderEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodUploaderEventArgs(UploaderBase, Guid)
Initializes a new instance of the UploaderEventArgs class.
Public methodUploaderEventArgs(UploaderBase, Guid, String)
Initializes a new instance of the UploaderEventArgs class.
Public methodUploaderEventArgs(UploaderBase, Guid, String, Int32)
Initializes a new instance of the UploaderEventArgs class.
Top
Methods
  NameDescription
Public methodCopyTo
Copys the uploaded file to a new location.
Public methodDelete
Deletes this instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTempFilePath
Gets the temp file path.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveTo
Moves the uploaded file to a new location.
Public methodOpenStream
Opens the uploaded file's data stream.
Public methodPersist Obsolete.
Persists this instance.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyClientData
Public propertyFileGuid
Gets the GUID of the file.
Public propertyFileName
Gets the name of the file.
Public propertyFileSize
Gets the size of the file.
Public propertyProviderSupportFS
get whether GetTempFilePath() is available
Top
See Also