Click or drag to resize
CustomTableItemProviderDeleteItemsInternal Method
Deletes all items for given class.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteItemsInternal(
	string where
)

Parameters

where
Type: SystemString
Where condition to filter the items
See Also