Click or drag to resize
PersistedFile Class
This class represents a Single File object.
Inheritance Hierarchy
SystemObject
  CuteWebUIPersistedFile

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

The PersistedFile type exposes the following members.

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 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