Show / Hide Table of Contents

Class DBC.KbAttachmentFields

Fields for KbAttachment, This table connects FAQ entries to attachments.

Inheritance
Object
DBC.KbAttachmentFields
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 KbAttachmentFields

Fields

AttachmentId

KbAttachment.AttachmentId: The id of the corresponding kb_category.

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

EntryId

KbAttachment.EntryId: The id of the corresponding kb_entry.

Declaration
public const string EntryId = "entry_id"
Field Value
Type Description
String

KbAttachmentId

KbAttachment.KbAttachmentId: The primary key (auto-incremented)

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