[This is preliminary documentation and is subject to change.]

Writes the collection information to a StringWriter.

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public void Store(
	StringWriter sw
)
Visual Basic (Declaration)
Public Sub Store ( _
	sw As StringWriter _
)
Visual C++
public:
void Store(
	StringWriter^ sw
)

Parameters

sw
Type: System.IO..::.StringWriter
the stringwriter to write the collection information to.

See Also