IContentStoreRemoveAttachment Method Ingeniux CMS Content Store API

Removes an attachment from the ContentStore.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference