Click or drag to resize
AttachmentInfoProviderDeleteAttachmentInfoInternal Method
Deletes specified attachment.

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

Parameters

atInfo
Type: CMS.DocumentEngineAttachmentInfo
Attachment object
deletePhysicalFile
Type: SystemBoolean
Delete physical file
See Also