Class DBC.KbAttachmentFields
Fields for KbAttachment, This table connects FAQ entries to attachments.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbAttachmentFields : Object
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 |