The UploaderProvider type exposes the following members.

Constructors

  Name Description
Protected method UploaderProvider
Initializes a new instance of the UploaderProvider class

Methods

  Name Description
Public method AppendData
AppendData
Public method CopyTo
CopyTo
Public method Delete
Deletes the specified uploader.
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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
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
Gets the file system path.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetInfo
Gets the information of the specified uploader.
Public method GetName
Gets the file name.
Public method GetSize
Gets the file size.
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method Init
Inits the specified uploader.
Public method Maintain
Maintains this instance.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method MoveTo
MoveTo
Public method OpenStream
Opens the stream.
Public method Persist
Persists the specified uploader.
Public method Save(Guid, String, Stream)
Saves the specified uploader.
Public method Save(Guid, String, String)
Saves the specified uploader.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TrimToLength
TrimToLength
Public method UnPersist
Persists the specified uploader.

Properties

  Name Description
Public property IsDisposed
IsDisposed
Public property SupportFS
Gets a bool value indicating the file system is supported or not.

See Also