Click or drag to resize
UploaderProvider Class
This abstract class represents a Uploader Provider object.
Inheritance Hierarchy

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public abstract class UploaderProvider : IDisposable

The UploaderProvider type exposes the following members.

Constructors
  NameDescription
Protected methodUploaderProvider
Initializes a new instance of the UploaderProvider class
Top
Methods
  NameDescription
Public methodAppendData
Public methodCopyTo
Public methodDelete
Deletes the specified uploader.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists
Returns a boolean indicating whether or not the file exists
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 methodGetFSPath
Gets the file system path.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInfo
Gets the information of the specified uploader.
Public methodGetName
Gets the file name.
Public methodGetSize
Gets the file size.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInit
Inits the specified uploader.
Public methodMaintain
Maintains this instance.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveTo
Public methodOpenStream
Opens the stream.
Public methodPersist
Persists the specified uploader.
Public methodSave(Guid, String, Stream)
Saves the specified uploader.
Public methodSave(Guid, String, String)
Saves the specified uploader.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimToLength
Public methodUnPersist
Persists the specified uploader.
Top
Properties
  NameDescription
Public propertyIsDisposed
Public propertySupportFS
Gets a bool value indicating the file system is supported or not.
Top
See Also