Class EmailTemplate
- Namespace
- Auth0.Management
Api .Models
- Assembly
- Auth0.ManagementApi.dll
Response returned from email template requests
- Inheritance
-
Email
Template
- Inherited Members
Properties
Enabled
Whether or not the template is enabled.
Property Value
Syntax
The syntax of the template body.
[JsonProperty("syntax")]
[JsonConverter(typeof(StringEnumConverter))]
public EmailTemplateSyntax Syntax { get; set; }
Property Value
Template
The template name.
[JsonProperty("template")]
[JsonConverter(typeof(StringEnumConverter))]
public EmailTemplateName Template { get; set; }