The UploaderFileSystemProvider type exposes the following members.

Constructors

  Name Description
Public method UploaderFileSystemProvider
Initializes a new instance of the UploaderFileSystemProvider class

Methods

  Name Description
Public method AppendData
AppendData
(Overrides UploaderProvider..::..AppendData(Guid, String, Stream).)
Public method CopyTo
CopyTo
(Inherited from UploaderProvider.)
Public method Delete
Delete
(Overrides UploaderProvider..::..Delete(Guid).)
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from UploaderProvider.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Exists
Returns a boolean indicating whether or not the file exists
(Inherited from UploaderProvider.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetFSPath
GetFSPath
(Overrides UploaderProvider..::..GetFSPath(Guid).)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetInfo
GetInfo
(Overrides UploaderProvider..::..GetInfo(Guid, String%, Int32%, Boolean%).)
Public method GetName
Gets the file name.
(Inherited from UploaderProvider.)
Public method GetSize
Gets the file size.
(Inherited from UploaderProvider.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method Init
Init
(Overrides UploaderProvider..::..Init(IAjaxUploader, HttpContext).)
Public method Maintain
Maintain
(Overrides UploaderProvider..::..Maintain()()()().)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method MoveTo
MoveTo
(Inherited from UploaderProvider.)
Public method OpenStream
OpenStream
(Overrides UploaderProvider..::..OpenStream(Guid).)
Public method Persist
Persist
(Overrides UploaderProvider..::..Persist(Guid).)
Public method Rename
Rename
Public method Save(Guid, String, Stream)
Save
(Overrides UploaderProvider..::..Save(Guid, String, Stream).)
Public method Save(Guid, String, String)
Save
(Overrides UploaderProvider..::..Save(Guid, String, String).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TrimToLength
TrimToLength
(Overrides UploaderProvider..::..TrimToLength(Guid, Int64).)
Public method UnPersist
UnPersist
(Overrides UploaderProvider..::..UnPersist(Guid).)

Fields

  Name Description
Public field Static member PERSIST_PREFIX
PERSIST_PREFIX
Public field Static member PREFIXLENGTH
PREFIXLENGTH
Public field Static member UPLOAD_PREFIX
UPLOAD_PREFIX

Properties

  Name Description
Public property IsDisposed
IsDisposed
(Inherited from UploaderProvider.)
Public property SupportFS
SupportFS
(Overrides UploaderProvider..::..SupportFS.)

See Also