Skip to main content

Class ReplyTemplate

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ReplyTemplate. Reply template item

Inheritance

objectReplyTemplate

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ReplyTemplate()

Default constructor - defaults any enum props to 0.

Properties

Description

The description for this reply template.

Property Value

string

FolderId

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

Property Value

int

Name

The name for this reply template.

Property Value

string

ReplyTemplateId

The primary key (auto-incremented)

Property Value

int

See Also

CustomerServiceAgent