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

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax
C#
public static void DeleteItems(
	string className,
	string where = null
)

Parameters

className
Type: System.String
Custom table class name
where (Optional)
Type: System.String
Where condition to filter the items
See Also