Class DBC.ReplyTemplateFields
Fields for ReplyTemplate, Templates for automatic and manual replies to emails/sms organized hierachically
Inheritance
System.Object
DBC.ReplyTemplateFields
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 ReplyTemplateFields
Fields
AccessLevel
ReplyTemplate.AccessLevel: The access level (enum) for this reply template.
Declaration
public const string AccessLevel = "access_level"
Field Value
Type | Description |
---|---|
System.String |
Description
ReplyTemplate.Description: The description for this reply template.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |
LastChanged
ReplyTemplate.LastChanged: When the reply template was last changed.
Declaration
public const string LastChanged = "last_changed"
Field Value
Type | Description |
---|---|
System.String |
Name
ReplyTemplate.Name: The name for this reply template.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
ReplyTemplateId
ReplyTemplate.ReplyTemplateId: The primary key (auto-incremented)
Declaration
public const string ReplyTemplateId = "id"
Field Value
Type | Description |
---|---|
System.String |