Click or drag to resize
CustomTableFormSubmitActivityInitializer Constructor
Instantiate new instance of CustomTableFormSubmitActivityInitializer.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public CustomTableFormSubmitActivityInitializer(
	DataClassInfo customTable,
	int itemID,
	string activityTitle
)

Parameters

customTable
Type: CMS.DataEngineDataClassInfo
Custom table the record was inserted or updated into
itemID
Type: SystemInt32
ID of the record in custom table
activityTitle
Type: SystemString
Title of the activity
Exceptions
ExceptionCondition
ArgumentExceptionThrown when activityTitle is null or empty.
ArgumentOutOfRangeExceptionThrown when itemID is not a positive integer number greater than zero.
ArgumentNullExceptionThrown when customTable is null.
See Also