Class DBC.EabFolderFields
Fields for EabFolder, This table contains eab (email address book) folders, used for containing email addresses.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.EabFolderFields
Fields
Description
EabFolder.Description: The folder's description.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
string |
EabFolderId
EabFolder.EabFolderId: The primary key (auto-incremented)
Declaration
public const string EabFolderId = "id"
Field Value
Type | Description |
---|---|
string |
FolderId
EabFolder.FolderId: The id of the parent folder for this folder. NULL or -1 if this is a toplevel folder.
Declaration
public const string FolderId = "folder_id"
Field Value
Type | Description |
---|---|
string |
Fullname
EabFolder.Fullname: The full name of this category, i.e. Foo/bar/test.
Declaration
public const string Fullname = "fullname"
Field Value
Type | Description |
---|---|
string |
Name
EabFolder.Name: The folder's name.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |