Click or drag to resize
CustomTableItemProvider.SetItemInternal Method
Sets given custom table item

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax
C#
protected virtual void SetItemInternal(
	CustomTableItem item
)

Parameters

item
Type: CMS.CustomTables.CustomTableItem
Custom table item
See Also