Click or drag to resize

BCProjectWorkflowDefNewWorkflowState Method (String, WorkflowStateKind)

Creates a new workflow state with the specified name and type.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCProjectWorkflowState NewWorkflowState(
	string name,
	WorkflowStateKind type
)

Parameters

name
Type: SystemString
The name of the workflow state to create.
type
Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowStateKind
The type of the workflow state to create.

Return Value

Type: BCProjectWorkflowState
The created workflow state.
See Also