Click or drag to resize
CMSLateBoundTransaction Constructor
Creates a new instance of CMSLateBoundTransaction, optionally in a context of given provider type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public CMSLateBoundTransaction(
	Type providerType = null
)

Parameters

providerType (Optional)
Type: SystemType
Type of the provider within whose context should the transaction start.
See Also