Click or drag to resize

CrossTabEngineRestoreState Method

Restores the state of a crosstab engine instance from a set of opaque strings that were created by the SaveState method.

Namespace: RCS.Carbon.Tables
Assembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax
C#
public bool RestoreState(
	string?[] stateList
)

Parameters

stateList  String
An array of opaque strings.

Return Value

Boolean
True if the restore succeeded, False otherwise.
See Also