CustomTableFormSubmitActivityInitializer Constructor |
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
Syntax 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 Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown when itemID is not a positive integer number greater than zero. |
ArgumentNullException | Thrown when customTable is null. |
See Also