Click or drag to resize
AttachmentInfoProvider.DeleteAttachmentInfoInternal Method
Deletes specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteAttachmentInfoInternal(
	AttachmentInfo atInfo,
	bool deletePhysicalFile
)

Parameters

atInfo
Type: CMS.DocumentEngine.AttachmentInfo
Attachment object
deletePhysicalFile
Type: System.Boolean
Delete physical file
See Also