Class ReplyTemplate
Reply template item
Carrier object for ReplyTemplate. Services for the ReplyTemplate Carrier is available from the ICustomerServiceAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class ReplyTemplate : Object
Constructors
ReplyTemplate()
Default constructor
Declaration
public ReplyTemplate()
See Also
Properties
Description
The description for this reply template.
Declaration
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
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 virtual int FolderId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Name
The name for this reply template.
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
ReplyTemplateId
The primary key (auto-incremented)
Declaration
public virtual int ReplyTemplateId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |