Click or drag to resize
IVersionAttachmentInfoProviderRemove Method
Deletes VersionAttachmentInfo binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
void Remove(
	int versionHistoryId,
	int attachmentHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Version history ID.
attachmentHistoryId
Type: SystemInt32
Attachment history ID.
See Also