Click or drag to resize
VersionAttachmentInfoProviderSetVersionAttachmentInfo Method (VersionAttachmentInfo)

Note: This API is now obsolete.

Sets (updates or inserts) specified version attachment binding.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IVersionAttachmentInfoProvider.Set(VersionAttachmentInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - VersionAttachmentInfo.Provider.")]
public static void SetVersionAttachmentInfo(
	VersionAttachmentInfo attachmentObj
)

Parameters

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