Class DBC.KbCategoryFields
Fields for KbCategory, Knowledge base folder hierarchy
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbCategoryFields : Object
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 |