Show / Hide Table of Contents

Class DBC.ReplyTemplateFolderFields

Fields for ReplyTemplateFolder, This table contains entries for folders for reply templates.

Inheritance
Object
DBC.ReplyTemplateFolderFields
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 ReplyTemplateFolderFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top