Click or drag to resize
AttachmentInfoProviderDeleteAttachmentInfoInternal Method

Note: This API is now obsolete.

Deletes specified attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Delete(AttachmentInfo) instead.")]
protected virtual void DeleteAttachmentInfoInternal(
	AttachmentInfo atInfo,
	bool deletePhysicalFile
)

Parameters

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