Saves an XML CICA Document representation for the specified instance into a provided stream.

Namespace:  BargeEx.Internal
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual void Save(
	Stream outStream
)
Visual Basic (Declaration)
Public Overridable Sub Save ( _
	outStream As Stream _
)
Visual C++
public:
virtual void Save(
	Stream^ outStream
)

Parameters

outStream
Type: System.IO..::.Stream
Destination stream for the XML CICA Document.

Implements

IDocument..::.Save(Stream)

See Also