AttachmentData Structure |
This structure stores the name of the attachment, the comment about the attachment, the text content of the attachment,
the boolean value to indicate if the attachment needs to be deleted, and the unique ID for the attachment.
Namespace: Talisma.Server.Common
C#
[SerializableAttribute] public struct AttachmentData
The AttachmentData type exposes the following members.

Name | Description | |
---|---|---|
![]() | attachmentId |
A unique ID used to identify an attachment in CampusNexus CRM.
|
![]() | comment |
The User comment that describes the attachment.
|
![]() | createdBy |
The User who added the Attachment to the attachment tab.
|
![]() | createdOn |
The date when the attachment was added to the attachment tab.
|
![]() | dateModified |
The date and time when the attachment was last modified.
|
![]() | deleteAttachment |
This value indicates whether the attachment should be deleted. You can use one of the following values:
|
![]() | editOption |
This parameter is currently not in use.
|
![]() | fileBlob |
The text content of the attachment.
|
![]() | fileName |
Name of the attachment.
|
![]() | fileSize |
The size of the attachment file.
|
