Click or drag to resize
VersionAttachmentInfoProviderDeleteVersionAttachmentInfo Method (VersionAttachmentInfo)

Note: This API is now obsolete.

Deletes specified version attachment.

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

Parameters

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