Click or drag to resize

BcfDataSetDisableUndo Method

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

Disables undo (collecting data for Undo(Int32) and Redo(Int32)) and clears the UndoRepository.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public virtual void DisableUndo(
	bool closeFiles = false
)

Parameters

closeFiles (Optional)
Type: SystemBoolean
true to close files; otherwise false. Default is false. If memory-undo is enabled the value has no effect.
Exceptions
Remarks
The method call will be ignored if undo is already disabled.
See Also