BizFormInfoProviderDeleteBizFormFilesInternal Method |
Deletes all files of the specified BizForm.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax 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