Click or drag to resize
VersionAttachmentInfoProvider.Add Method
Creates VersionAttachmentInfo binding.

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

Parameters

versionHistoryId
Type: System.Int32
Version history ID.
attachmentHistoryId
Type: System.Int32
Attachment history ID.

Implements

IVersionAttachmentInfoProvider.Add(Int32, Int32)
See Also