Click or drag to resize
VersionAttachmentInfoProviderSetVersionAttachmentInfoInternal Method
Sets (updates or inserts) specified version attachment.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetVersionAttachmentInfoInternal(
	VersionAttachmentInfo attachmentObj
)

Parameters

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