Skip to main content

Class ReplyTemplateParsed

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ReplyTemplateParsed. Reply template with parsed text. Represent one language version of reply template

Inheritance

objectCarrierReplyTemplateParsed

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ReplyTemplateParsed()

Default constructor - defaults any enum props to 0.

Properties

Attachments

Meta data for the connected attachments

Property Value

AttachmentEntity[]

HtmlParsed

The HTML version of the reply template, and if applicable parsed with customer and ticket data

Property Value

string

PlainParsed

The plain text version of the reply template, and if applicable parsed with customer and ticket data

Property Value

string

ReplyTemplateId

The primary key (auto-incremented)

Property Value

int

Subject

The subject for this reply template

Property Value

string

See Also

CustomerServiceAgent