Click or drag to resize
WorkflowStepRoleInfo Constructor (DataRow)
Constructor - Creates a new WorkflowStepRoleInfo object from the given DataRow.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
public WorkflowStepRoleInfo(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
See Also