HtmlForgeX

API Reference

Class

EmailProjectItem

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Item definition for EmailProjectList.

Inheritance

  • Object
  • EmailProjectItem

Constructors

Properties

public String Name { get; set; } #

Project name.

public String Description { get; set; } #

Optional description.

public String Meta { get; set; } #

Optional meta text (due date, owner, etc.).

public EmailProjectStatus Status { get; set; } #

Status of the project.

public String StatusText { get; set; } #

Optional custom status text.

public String Href { get; set; } #

Optional link URL for the project name.

public Nullable<Int32> ProgressPercent { get; set; } #

Optional progress value (0–100). When null, progress is not rendered.

public String ProgressLabel { get; set; } #

Optional progress label used when ShowProgressLabel is enabled.

public Boolean ShowProgressLabel { get; set; } #

When true, shows a label under the progress bar.

public List<EmailAvatarStackItem> Assignees { get; } #

Optional assignees rendered as an avatar stack.

public String StatusBackgroundColor { get; set; } #

Optional status badge background override.

public String StatusColor { get; set; } #

Optional status badge text override.

public String StatusBorderColor { get; set; } #

Optional status badge border override.