Click or drag to resize

IContentStoreRemoveAttachment Method


Removes an attachment from the ContentStore.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
void RemoveAttachment(
	string attachmentId
)

Parameters

attachmentId
Type: SystemString
Unique ID of the attachment to remove
Remarks

The attachment may or may not exist for the method to be called.

Binary attachment saving doesn't require a session and therefore is not protected by transactions.

See Also