Click or drag to resize
BizFormInfoProvider.DeleteDataInternal Method
Delete all bizform data.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 10.0.0
Syntax
C#
protected void DeleteDataInternal(
	string formName,
	int siteId
)

Parameters

formName
Type: System.String
Form name
siteId
Type: System.Int32
Site ID
See Also