Show / Hide Table of Contents

Class DBC.EabFolderFields

Fields for EabFolder, This table contains eab (email address book) folders, used for containing email addresses.

Inheritance
Object
DBC.EabFolderFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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
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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top