Click or drag to resize
BCProjectDefinitionNewWorkflowInterlock Method (Type, String)
Creates a new workflow interlock of the specified type.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCWorkflowInterlock NewWorkflowInterlock(
	Type type,
	string name
)

Parameters

type
Type: SystemType
The type of the interlock to create. Can be either BCDocumentWorkflowInterlock or BCProjectWorkflowInterlock.
name
Type: SystemString
The name of the interlock to create.

Return Value

Type: BCWorkflowInterlock
The created workflow interlock.
See Also