Otter SDK Reference
Version:

SaveToZip(System.IO.Stream stream) Method

Saves a copy of the raft to the specified System.IO.Stream in zip format.

Syntax

public void SaveToZip(System.IO.Stream stream)

Parameters

stream
Type: System.IO.Stream

The stream to write the zip file to.

Exceptions

System.ArgumentNullException

stream is null (Nothing in Visual Basic).