StreamField.CopyStream method
namespace: Serenity.Data assembly: Serenity.Net.Entity
Copies the stream.
public static void CopyStream(Stream source, Stream dest)
| parameter | description |
|---|---|
| source | The source. |
| dest | The dest. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | source or dest |
See Also
- class StreamField