Table of Contents

Class WorkflowNotification

Namespace
Dynamicweb.Security.Workflows
Assembly
Dynamicweb.Core.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

int

Sender

Gets or sets sender email.

public string Sender { get; set; }

Property Value

string

SenderName

Gets or sets sender name.

public string SenderName { get; set; }

Property Value

string

Subject

Gets or sets notification subject.

public string Subject { get; set; }

Property Value

string

Template

Gets or sets notification template.

public string Template { get; set; }

Property Value

string

Users

Gets or sets users.

public string Users { get; set; }

Property Value

string

WorkflowId

Gets or sets workflow's ID.

public int WorkflowId { get; set; }

Property Value

int
To top