ASP Uploader Class Reference

PersistedFileEventArgs Members

PersistedFileEventArgs overview

Public Instance Properties
File Gets the file.
FileGuid (inherited from AspUploadFile) Gets the GUID of the file.
FileName (inherited from AspUploadFile) Gets the name of the file.
FileSize (inherited from AspUploadFile) Gets the size of the file.
Public Instance Methods
CopyTo (inherited from AspUploadFile) Copys the uploaded file to a new location.
Delete (inherited from AspUploadFile) Deletes this instance.
Equals (inherited from Object)?
GetHashCode (inherited from Object)?
GetTempFilePath (inherited from AspUploadFile) Gets the temp file path.
GetType (inherited from Object)?
MoveTo (inherited from AspUploadFile) Moves the uploaded file to a new location.
OpenStream (inherited from AspUploadFile) Opens the uploaded file's data stream.
Persist (inherited from AspUploadFile) Persists this instance.
ToString (inherited from Object)?
Protected Instance Methods
Finalize (inherited from Object)?
MemberwiseClone (inherited from Object)?
See Also

PersistedFileEventArgs Class | CuteWebUI Namespace