ITransactions ExecuteTransaction Method TIBCO Spotfire 6.0 API Reference
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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

void ExecuteTransaction(
	Executor executor
)
Remarks

This method starts a transaction on the document model by executing executor. If there is already an ongoing transaction then the transaction is included in the current transaction.

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.

See Also