Show / Hide Table of Contents

Class DBC.KbCategoryLogFields

Fields for KbCategoryLog, Who and when, if somebody edits a knowledge base folder

Inheritance
Object
DBC.KbCategoryLogFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbCategoryLogFields : Object

Fields

KbCategoryId

KbCategoryLog.KbCategoryId: The id of the kb_category that triggered this action.

Declaration
public const string KbCategoryId = "kb_category_id"
Field Value
Type Description
String

KbCategoryLogId

KbCategoryLog.KbCategoryLogId: The primary key (auto-incremented)

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

LogWhen

KbCategoryLog.LogWhen: When the action occured.

Declaration
public const string LogWhen = "log_when"
Field Value
Type Description
String

UserId

KbCategoryLog.UserId: The id of the user that created this comment.

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