Class DBC.KbHttpLinkFields
Fields for KbHttpLink, This table contains URL's associated with a single FAQ entry.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbHttpLinkFields : Object
Fields
EntryId
KbHttpLink.EntryId: The id of the kb entry this entry is connected to.
Declaration
public const string EntryId = "entry_id"
Field Value
Type | Description |
---|---|
String |
HttpLink
KbHttpLink.HttpLink: The URL for this link.
Declaration
public const string HttpLink = "http_link"
Field Value
Type | Description |
---|---|
String |
KbHttpLinkId
KbHttpLink.KbHttpLinkId: The primary key (auto-incremented)
Declaration
public const string KbHttpLinkId = "id"
Field Value
Type | Description |
---|---|
String |
Name
KbHttpLink.Name: The name for this link.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |