Click or drag to resize
VersionAttachmentInfoProviderSetVersionAttachmentInfo Method (Int32, Int32)
Sets (updates or inserts) specified version attachment binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetVersionAttachmentInfo(
	int versionHistoryId,
	int attachmentHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Document version history ID
attachmentHistoryId
Type: SystemInt32
Attachment version history ID
See Also