Starts a transaction on the document model by executing
executor.
Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
void ExecuteTransaction( Executor executor )
Parameters
- executor
- Type: Spotfire.Dxp.Framework.DocumentModelExecutor
The delegate to execute.
Remarks
All modifications of the document that are performed as a result of the operations performed by executor will be recorded in the transaction so that the transaction can be unexecuted if the user requests an undo.
Version Information
Supported in: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also