Click or drag to resize
PersistedFileEventArgs Class
Provides data for the FileChanged events.
Inheritance Hierarchy

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

The PersistedFileEventArgs type exposes the following members.

Methods
  NameDescription
Public methodCopyTo
Copys the uploaded file to a new location.
(Inherited from UploaderEventArgs.)
Public methodDelete
Deletes this instance.
(Inherited from UploaderEventArgs.)
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.
(Inherited from UploaderEventArgs.)
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.
(Inherited from UploaderEventArgs.)
Public methodOpenStream
Opens the uploaded file's data stream.
(Inherited from UploaderEventArgs.)
Public methodPersist Obsolete.
Persists this instance.
(Inherited from UploaderEventArgs.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyClientData (Inherited from UploaderEventArgs.)
Public propertyFile
Gets the file.
Public propertyFileGuid
Gets the GUID of the file.
(Inherited from UploaderEventArgs.)
Public propertyFileName
Gets the name of the file.
(Inherited from UploaderEventArgs.)
Public propertyFileSize
Gets the size of the file.
(Inherited from UploaderEventArgs.)
Public propertyProviderSupportFS
get whether GetTempFilePath() is available
(Inherited from UploaderEventArgs.)
Top
See Also