Class WorkflowNotification
- Namespace
- Dynamicweb.Security.Workflows
- Assembly
- Dynamicweb.Security.dll
Represents a workflow notification model.
public class WorkflowNotification
- Inheritance
-
WorkflowNotification
- Inherited Members
Properties
Id
Gets or sets notification's ID.
public int Id { get; set; }
Property Value
Sender
Gets or sets sender email.
public string Sender { get; set; }
Property Value
SenderName
Gets or sets sender name.
public string SenderName { get; set; }
Property Value
Subject
Gets or sets notification subject.
public string Subject { get; set; }
Property Value
Template
Gets or sets notification template.
public string Template { get; set; }
Property Value
Users
Gets or sets users.
public string Users { get; set; }
Property Value
WorkflowId
Gets or sets workflow's ID.
public int WorkflowId { get; set; }