Click or drag to resize
UploaderFileSystemProvider Methods

The UploaderFileSystemProvider type exposes the following members.

Methods
  Name Description
Public method AppendData (Overrides UploaderProviderAppendData(Guid, String, Stream).)
Public method CopyTo (Inherited from UploaderProvider.)
Public method Delete (Overrides UploaderProviderDelete(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 (Overrides UploaderProviderGetFSPath(Guid).)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetInfo (Overrides UploaderProviderGetInfo(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 (Overrides UploaderProviderInit(IAjaxUploader, HttpContext).)
Public method Maintain (Overrides UploaderProviderMaintain.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method MoveTo (Inherited from UploaderProvider.)
Public method OpenStream (Overrides UploaderProviderOpenStream(Guid).)
Public method Persist (Overrides UploaderProviderPersist(Guid).)
Public method Rename
Public method Save(Guid, String, Stream) (Overrides UploaderProviderSave(Guid, String, Stream).)
Public method Save(Guid, String, String) (Overrides UploaderProviderSave(Guid, String, String).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TrimToLength (Overrides UploaderProviderTrimToLength(Guid, Int64).)
Public method UnPersist (Overrides UploaderProviderUnPersist(Guid).)
Top
See Also