Click or drag to resize
AttachmentHistoryInfoProviderDeleteAttachmentHistoryInternal Method
Deletes specified attachment history.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void DeleteAttachmentHistoryInternal(
	AttachmentHistoryInfo attachmentHistory
)

Parameters

attachmentHistory
Type: CMS.DocumentEngineAttachmentHistoryInfo
Attachment history object
See Also