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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void SetVersionAttachmentInfo(
	VersionAttachmentInfo attachmentObj
)

Parameters

attachmentObj
Type: CMS.DocumentEngineVersionAttachmentInfo
Version attachment to be set.
See Also