DocumentHelper.DeleteDocumentAttachments Method |
Deletes attachments bound to the specified field (file field or group attachments field)
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntaxpublic static void DeleteDocumentAttachments(
string className,
FormFieldInfo field
)
Parameters
- className
- Type: System.String
Document class name - field
- Type: CMS.FormEngine.FormFieldInfo
Form field object which contains information to remove its attachments
See Also