Show / Hide Table of Contents

Class DBC.ReplyTemplateFields

Fields for ReplyTemplate, Templates for automatic and manual replies to emails/sms organized hierachically

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

Fields

AccessLevel

ReplyTemplate.AccessLevel: The access level (enum) for this reply template.

Declaration
public const string AccessLevel = "access_level"
Field Value
Type Description
String

Description

ReplyTemplate.Description: The description for this reply template.

Declaration
public const string Description = "description"
Field Value
Type Description
String

Flags

ReplyTemplate.Flags: A bitmap for flags.not used for anything [snarum 29 aug 2001]

Declaration
public const string Flags = "flags"
Field Value
Type Description
String

FolderId

ReplyTemplate.FolderId: The id of the folder in which this reply template is located. NULL or -1 if this is a toplevel reply template.

Declaration
public const string FolderId = "folder_id"
Field Value
Type Description
String

LastChanged

ReplyTemplate.LastChanged: When the reply template was last changed.

Declaration
public const string LastChanged = "last_changed"
Field Value
Type Description
String

Name

ReplyTemplate.Name: The name for this reply template.

Declaration
public const string Name = "name"
Field Value
Type Description
String

OwnedBy

ReplyTemplate.OwnedBy: The id of the user who owns this reply template.

Declaration
public const string OwnedBy = "owned_by"
Field Value
Type Description
String

ReplyTemplateId

ReplyTemplate.ReplyTemplateId: The primary key (auto-incremented)

Declaration
public const string ReplyTemplateId = "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