Class DBC.KbEntryWordsFields
Fields for KbEntryWords, This table contains all the words and how many times the are refered to in the FAQ entires
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbEntryWordsFields : Object
Fields
EntryOrigin
KbEntryWords.EntryOrigin: Indicates if it is an entry word (0) or a category word (1).
Declaration
public const string EntryOrigin = "origin"
Field Value
Type | Description |
---|---|
String |
KbEntryWordsId
KbEntryWords.KbEntryWordsId: Primary key
Declaration
public const string KbEntryWordsId = "id"
Field Value
Type | Description |
---|---|
String |
Score
KbEntryWords.Score: Indicates how many occurences of this word we have
Declaration
public const string Score = "score"
Field Value
Type | Description |
---|---|
String |
Word
KbEntryWords.Word: A word found in a kb_entry
Declaration
public const string Word = "word"
Field Value
Type | Description |
---|---|
String |