Show / Hide Table of Contents

Class DBC.CcTemplateFields

Fields for CcTemplate, This table contains templates for the customer center

Inheritance
object
DBC.CcTemplateFields
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 DBC.CcTemplateFields

Fields

Body

CcTemplate.Body: The HTML body for this template

Declaration
public const string Body = "body"
Field Value
Type Description
string

CcTemplateId

CcTemplate.CcTemplateId: Primary key

Declaration
public const string CcTemplateId = "cc_template_id"
Field Value
Type Description
string

Key

CcTemplate.Key: The key to this template, normally the local path and filename

Declaration
public const string Key = "key"
Field Value
Type Description
string

Registered

CcTemplate.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

CcTemplate.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Type

CcTemplate.Type: What kind of template is in this row

Declaration
public const string Type = "type"
Field Value
Type Description
string

Updated

CcTemplate.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

CcTemplate.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

CcTemplate.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top