Click or drag to resize

IContentStorePutAttachment Method


Saves an attachment to the ContentStore.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
void PutAttachment(
	IContentAttachment attachment
)

Parameters

attachment
Type: IContentAttachment
The attachment to save to the ContentStore
Remarks
Binary attachment saving doesn't require a session and therefore is not protected by transactions.
See Also