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

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

Parameters

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