Click or drag to resize
VersionManager.RemoveAttachmentVersionInternal Method
Removes the AttachmentHistory binding to the document version history and deletes the AttachmentHistory object if there is no more bindings to that version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void RemoveAttachmentVersionInternal(
	int versionHistoryId,
	Guid attachmentGuid
)

Parameters

versionHistoryId
Type: System.Int32
Document version history ID
attachmentGuid
Type: System.Guid
Attachment GUID
See Also