Click or drag to resize
VersionAttachmentInfoProviderDeleteVersionAttachmentInfoInternal Method
Deletes specified version attachment.

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

Parameters

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