Show / Hide Table of Contents

Class DBC.KbEntryKeywordFields

Fields for KbEntryKeyword, This table contains all keywords for the faq entries

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

Fields

KbEntryId

KbEntryKeyword.KbEntryId: The id of the kb_entry which this keyword belongs to.

Declaration
public const string KbEntryId = "kb_entry_id"
Field Value
Type Description
String

KbEntryKeywordId

KbEntryKeyword.KbEntryKeywordId: The primary key (auto-incremented)

Declaration
public const string KbEntryKeywordId = "id"
Field Value
Type Description
String

Keyword

KbEntryKeyword.Keyword: A keyword for the given entry.

Declaration
public const string Keyword = "keyword"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top