Class WorkflowState
- Namespace
- Dynamicweb.Security.Workflows
- Assembly
- Dynamicweb.Security.dll
Represents a workflow state model.
public class WorkflowState
- Inheritance
-
WorkflowState
- Inherited Members
Properties
Id
Gets or sets state's ID.
public int Id { get; set; }
Property Value
Name
Gets or sets name.
public string Name { get; set; }
Property Value
WorkflowId
Gets or sets workflow's ID.
public int WorkflowId { get; set; }