Click or drag to resize
BizFormInfoProviderDeleteBizFormFilesInternal Method
Deletes all files of the specified BizForm.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
protected void DeleteBizFormFilesInternal(
	string className,
	string column,
	int siteId
)

Parameters

className
Type: SystemString
BizForm class name
column
Type: SystemString
Name of the column where file information is stored, optional
siteId
Type: SystemInt32
Site ID
See Also