Click or drag to resize
CustomTableItemProviderSetItem Method
Sets given custom table item

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static void SetItem(
	CustomTableItem item
)

Parameters

item
Type: CMS.CustomTablesCustomTableItem
Custom table item
See Also