Click or drag to resize
BizFormItemProviderDeleteItemInternal Method
Deletes given BizForm item

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteItemInternal(
	BizFormItem item
)

Parameters

item
Type: CMS.OnlineFormsBizFormItem
BizForm item
See Also