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
)
Sub PutAttachment (
attachment As IContentAttachment
)
void PutAttachment(
IContentAttachment^ attachment
)
abstract PutAttachment :
attachment : IContentAttachment -> unit
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