Sets the temporary storage type used by the current multi-document. Note that document items are actually moved from old storage to new by this method.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void SetStorage(
	StorageType storageType,
	string storagePath
)
Visual Basic
Public Sub SetStorage ( _
	storageType As StorageType, _
	storagePath As String _
)

Parameters

storageType
Type: C1.C1Preview..::..StorageType
The new storage type to use.
storagePath
Type: System..::..String
The temporary directory to use if storageType is StorageType.Disk.

See Also