Click or drag to resize
VersionAttachmentInfoProviderDeleteVersionAttachmentInfo Method (VersionAttachmentInfo)
Deletes specified version attachment.

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

Parameters

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