Class DBC.EabFolderFields
Fields for EabFolder, This table contains eab (email address book) folders, used for containing email addresses.
Inheritance
System.Object
DBC.EabFolderFields
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EabFolderFields
Fields
Description
EabFolder.Description: The folder's description.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
System.String |
EabFolderId
EabFolder.EabFolderId: The primary key (auto-incremented)
Declaration
public const string EabFolderId = "id"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |
Name
EabFolder.Name: The folder's name.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.String |