Click or drag to resize

ITransactionalEntityQuickWrite Method


Creates a temporary Write Session to quickly write something outside the current Session and transaction. This is a way to bypass the transaction and quickly put something into the content store.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void QuickWrite(
	Action<IUserWriteSession> writeAction
)

Parameters

writeAction
Type: SystemActionIUserWriteSession
Callback that performs the write action
Remarks
Do not use this method if transactional saving is intended.
See Also