Class DBC.ReplyTemplateFolderFields
Fields for ReplyTemplateFolder, This table contains entries for folders for reply templates.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ReplyTemplateFolderFields : Object
Fields
Description
ReplyTemplateFolder.Description: The description of this folder.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
Flags
ReplyTemplateFolder.Flags: A bitmap for this folder.
Declaration
public const string Flags = "flags"
Field Value
Type | Description |
---|---|
String |
Fullname
ReplyTemplateFolder.Fullname: The full name of this folder , i.e. Foo/bar/test.
Declaration
public const string Fullname = "fullname"
Field Value
Type | Description |
---|---|
String |
Name
ReplyTemplateFolder.Name: The name of this folder.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
ParentId
ReplyTemplateFolder.ParentId: The id of the parent folder of this folder. NULL or -1 of this is a toplevel folder.
Declaration
public const string ParentId = "parent_id"
Field Value
Type | Description |
---|---|
String |
ReplyTemplateFolderId
ReplyTemplateFolder.ReplyTemplateFolderId: The primary key (auto-incremented)
Declaration
public const string ReplyTemplateFolderId = "id"
Field Value
Type | Description |
---|---|
String |