Show / Hide Table of Contents

Class DBC.KbCategoryFields

Fields for KbCategory, Knowledge base folder hierarchy

Inheritance
object
DBC.KbCategoryFields
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.KbCategoryFields

Fields

AccessCheck

KbCategory.AccessCheck: Contains a Parser-script used for evaluating customer access to this category.

Declaration
public const string AccessCheck = "access_check"
Field Value
Type Description
string

AccessLevel

KbCategory.AccessLevel: The access level for this category (enum).

Declaration
public const string AccessLevel = "access_level"
Field Value
Type Description
string

CreatedBy

KbCategory.CreatedBy: The id of the user who created this category.

Declaration
public const string CreatedBy = "created_by"
Field Value
Type Description
string

DbiAgentId

KbCategory.DbiAgentId: Integration agent (eJournal)

Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type Description
string

DbiKey

KbCategory.DbiKey: The primary key for the integrated entry in the external datasource.

Declaration
public const string DbiKey = "dbi_key"
Field Value
Type Description
string

DbiLastModified

KbCategory.DbiLastModified: When the entry was last modified.

Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type Description
string

DbiLastSyncronized

KbCategory.DbiLastSyncronized: Last external syncronization.

Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type Description
string

Description

KbCategory.Description: The description of this category.

Declaration
public const string Description = "description"
Field Value
Type Description
string

Fullname

KbCategory.Fullname: The full name of this category, i.e. Foo/bar/test.

Declaration
public const string Fullname = "fullname"
Field Value
Type Description
string

InheritedAccessLevel

KbCategory.InheritedAccessLevel: The lowest access level for this category or any parent

Declaration
public const string InheritedAccessLevel = "inherited_access_level"
Field Value
Type Description
string

KbCategoryId

KbCategory.KbCategoryId: The primary key (auto-incremented)

Declaration
public const string KbCategoryId = "id"
Field Value
Type Description
string

Name

KbCategory.Name: The name of this category.

Declaration
public const string Name = "name"
Field Value
Type Description
string

ParentId

KbCategory.ParentId: This entry contains a reference to the parent category. NULL or -1 if this is a toplevel category.

Declaration
public const string ParentId = "parent_id"
Field Value
Type Description
string

SortOrder

KbCategory.SortOrder: A strictly ascending number used for sorting categories when they are listed.

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