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
Id
Gets or sets workflow's ID.
public int Id { get; set; }
Property Value
Name
Gets or sets workflow's name.
public string Name { get; set; }
Property Value
Methods
GetNotificationsCount()
Gets total amount of the workflow states notifications
public int GetNotificationsCount()
Returns
GetStatesCount()
Gets total amount of the workflow states
public int GetStatesCount()