Click or drag to resize
AttachmentInfoProviderDeleteTemporaryAttachment Method
Adds the temporary attachment to the document, updates the attachment if currently present.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void DeleteTemporaryAttachment(
	Guid attachmentGuid,
	string siteName
)

Parameters

attachmentGuid
Type: SystemGuid
GUID of the attachment
siteName
Type: SystemString
Site name
See Also