NeatUpload Documentation

SqlServerUploadedFile Methods

The methods of the SqlServerUploadedFile class are listed below. For a complete list of SqlServerUploadedFile class members, see the SqlServerUploadedFile Members topic.

Public Static Methods

ToHex Converts a byte array to a hexadecimal string

Public Instance Methods

CreateStream 
Dispose 
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MoveTo If called, this stream is considered "verified" and is allowed to stay in the datadase. If this is never called, the row is deleted
OpenRead Opens the newly created file for reading
SaveAs (inherited from UploadedFile) Equivalent to
MoveTo(path, MoveToOptions.Overwrite)
ToString (inherited from Object) 
Verify If called this file is considered verified and is allowed to stay in the database.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

SqlServerUploadedFile Class | Hitone.Web.SqlServerUploader Namespace