HtmlForgeX

API Reference

Class

EmailIncidentUpdate

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Timeline update entry used by EmailIncidentSummaryCard.

Inheritance

  • Object
  • EmailIncidentUpdate

Constructors

Methods

public EmailIncidentUpdate AddLine(String text) #
Returns: EmailIncidentUpdate

Adds an extra line.

Parameters

text System.String requiredposition: 0

Properties

public String Time { get; set; } #

Time label (e.g. "09:12 UTC").

public Nullable<EmailIncidentStatus> Status { get; set; } #

Optional update status.

public String StatusText { get; set; } #

Optional status label override.

public String Title { get; set; } #

Update title (short summary line).

public String Description { get; set; } #

Optional description under the title.

public String Href { get; set; } #

Optional link for the title.

public List<String> Lines { get; } #

Optional extra lines rendered under the description.