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

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
Syntax
C#
public CustomTableFormSubmitActivityInitializer(
	DataClassInfo customTable,
	int itemID,
	bool isEdit
)

Parameters

customTable
Type: CMS.DataEngineDataClassInfo
Custom table the record was inserted or updated into
itemID
Type: SystemInt32
ID of the record in custom table
isEdit
Type: SystemBoolean
Indicates whether the item is new or existing one.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when itemID is not a positive integer number greater than zero.
ArgumentNullExceptionThrown when customTable is null.
See Also