BizFormInfoProvider.DeleteBizFormFiles Method |
Deletes all files of the specified BizForm.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 10.0.0
Syntaxpublic static void DeleteBizFormFiles(
string className,
string column,
int siteId
)
Parameters
- className
- Type: System.String
BizForm class name - column
- Type: System.String
Name of the column where file information is stored, optional - siteId
- Type: System.Int32
Site ID
See Also