Show / Hide Table of Contents

Class DBC.HelpFields

Fields for Help, This table contains the help pages.

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

Fields

ApplicationAreaId

Help.ApplicationAreaId: The id of the application_area, if this page is the description for a application_area..

Declaration
public const string ApplicationAreaId = "application_area_id"
Field Value
Type Description
String

Body

Help.Body: The actual body for the helppage. HTML format.

Declaration
public const string Body = "body"
Field Value
Type Description
String

HelpId

Help.HelpId: The primary key (auto-incremented)

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

Language

Help.Language: A string indicating the language for this helppage ('no' or 'en').

Declaration
public const string Language = "language"
Field Value
Type Description
String

ModuleId

Help.ModuleId: The id of the module, if this page is the description for a module..

Declaration
public const string ModuleId = "module_id"
Field Value
Type Description
String

Name

Help.Name: The name for this help page.

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

ParentId

Help.ParentId: The id of the parent help page. NULL or -1 if this is a toplevel helppage.

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

ScreenId

Help.ScreenId: The id of the screen, if this page is the description for a screen..

Declaration
public const string ScreenId = "screen_id"
Field Value
Type Description
String

SortOrder

Help.SortOrder: The sort-order for this helppage when listed among its siblings.

Declaration
public const string SortOrder = "sort_order"
Field Value
Type Description
String

Title

Help.Title: The title for this help page.

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