Click or drag to resize
CMSTransactionScopeComplete Method

Note: This API is now obsolete.

Completes the transaction (does the same as Commit).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use Commit() instead.")]
public void Complete()
See Also