| CustomTableItemProviderDeleteItems Method  | 
            Deletes all items for given class.
            
 
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntaxpublic static void DeleteItems(
	string className,
	string where = null
)
Parameters
- className
 - Type: SystemString
Custom table class name - where (Optional)
 - Type: SystemString
Where condition to filter the items 
See Also