InteractionAttachmentData Class |
This structure contains the details of the attachment(s) in an Interaction.

SystemObject
Talisma.Server.CommonInteractionAttachmentData
Namespace: Talisma.Server.CommonTalisma.Server.CommonInteractionAttachmentData

C#
[SerializableAttribute] public class InteractionAttachmentData
The InteractionAttachmentData type exposes the following members.

Name | Description | |
---|---|---|
![]() | attachmentId |
The ID of the attachment you want to insert to the Interaction.
|
![]() | cId |
The ID of the inline attachment if you are adding an attachment inline.
|
![]() | copyAttachmentFromServer |
Whether the attachment you want to add must be copied from the server. You can add files that belong to other events
by copying them from the server. You can specify one of the following values:
|
![]() | deleteAttachment |
Whether you want to delete an attachment. You can specify one of the following values:
|
![]() | editAttachment |
Whether you want to edit the attachment you are adding. You can specify one of the following values:
|
![]() | eventId |
The ID of the event associated with the create Interaction operation.
|
![]() | fileBlob |
The contents of the file you want to attach.
|
![]() | fileName |
The name of the file that is added as an attachment.
|
![]() | isNewAttachment |
Whether the attachment you want to add is a new attachment. You can specify one of the following values:
|
![]() | retainAttachment |
Whether you want to retain an attachment. You can specify one of the following values:
|
![]() | size |
The size of the file you want to add as an attachment.
|
