Show / Hide Table of Contents

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.

Inheritance
Object
DBC.TicketAttachmentFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top