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 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top