Class DBC.TicketAttachmentFields
Fields for TicketAttachment, This table connects an attachment to a message. It references the entry in the attachment table, and the message.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TicketAttachmentFields
Fields
AttachmentId
TicketAttachment.AttachmentId: The attachment.id this reference is connected to.
Declaration
public const string AttachmentId = "attachment_id"
Field Value
Type | Description |
---|---|
string |
ContentId
TicketAttachment.ContentId: The content_id of this attachment, used for inline images
Declaration
public const string ContentId = "content_id"
Field Value
Type | Description |
---|---|
string |
InlineImage
TicketAttachment.InlineImage: True if this attachment is inlined in the html_body.
Declaration
public const string InlineImage = "inline_image"
Field Value
Type | Description |
---|---|
string |
MessageId
TicketAttachment.MessageId: The message.id this reference is connected to.
Declaration
public const string MessageId = "message_id"
Field Value
Type | Description |
---|---|
string |
TicketAttachmentId
TicketAttachment.TicketAttachmentId: The primary key (auto-incremented)
Declaration
public const string TicketAttachmentId = "id"
Field Value
Type | Description |
---|---|
string |