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

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public static void DeleteBizFormFiles(
	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