Table of Contents

Class Workflow

Namespace
Dynamicweb.Security.Workflows
Assembly
Dynamicweb.Security.dll
Represents a workflow.
public class Workflow
Inheritance
Workflow
Inherited Members

Properties

Created

Gets workflow's created date.
public DateTime Created { get; }

Property Value

DateTime

Id

Gets or sets workflow's ID.
public int Id { get; set; }

Property Value

int

Name

Gets or sets workflow's name.
public string Name { get; set; }

Property Value

string

Methods

GetNotificationsCount()

Gets total amount of the workflow states notifications
public int GetNotificationsCount()

Returns

int

GetStatesCount()

Gets total amount of the workflow states
public int GetStatesCount()

Returns

int
To top