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 DBC.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