ITransactionalEntityQuickWrite Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference