Get EMail Template

API Type

Web Services

Description

Retrieves an email templates with the specified template name from the server.

Syntax

private string GetEMailTemplate(string processTemplateID)

Parameters

Name Description

processTemplateID

Definition:
The unique identifier for the process definition to be checked out for modification.
Type
string
Allowed Values:
A valid process template ID

Output

Returns an email templates.

Example

private string GetEMailTemplate(string templateID)

	{
    IWFAdminService api = GetAdminService();
    return api.GetEMailTemplate(templateID);
	}

Supported Versions

3.2.0.4 and higher