AttachmentInfoProviderDeleteAttachmentInfoInternal Method |
Deletes specified attachment.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual void DeleteAttachmentInfoInternal(
AttachmentInfo atInfo,
bool deletePhysicalFile
)
Parameters
- atInfo
- Type: CMS.DocumentEngineAttachmentInfo
Attachment object - deletePhysicalFile
- Type: SystemBoolean
Delete physical file
See Also