Table of Contents

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

int

Name

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

Property Value

string

WorkflowId

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

Property Value

int
To top