IContentStorePutAttachment Method Ingeniux CMS Content Store API

Saves an attachment to the ContentStore.

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

Reference