Click or drag to resize
VersionManagerRemoveAttachmentVersionInternal 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: SystemInt32
Document version history ID
attachmentGuid
Type: SystemGuid
Attachment GUID
See Also