Show / Hide Table of Contents

Class DBC.SAttachmentFields

Fields for SAttachment, A connector between a message and attachments. One message can contain many attachments.

Inheritance
object
DBC.SAttachmentFields
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.SAttachmentFields

Fields

AttachmentId

SAttachment.AttachmentId: The id of the attachment

Declaration
public const string AttachmentId = "attachment_id"
Field Value
Type Description
string

MessageId

SAttachment.MessageId: The id of the message

Declaration
public const string MessageId = "message_id"
Field Value
Type Description
string

SAttachmentId

SAttachment.SAttachmentId: Primary key

Declaration
public const string SAttachmentId = "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