Save Method (outputStream)
Saves this file to the specified Stream, and removes the original.
Declaration SyntaxC#public void Save(
Stream outputStream
) Visual BasicPublic Sub Save ( _
outputStream As Stream _
) Parameters- outputStream– (Stream)
- The Stream to which to save this file.
Assembly: Krystalware.SlickUpload, Version: 4.0
|