Show / Hide Table of Contents

Class DBC.KbHttpLinkFields

Fields for KbHttpLink, This table contains URL's associated with a single FAQ entry.

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

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top