Click or drag to resize
BCProjectDefinitionNewWorkflowInterlock Method (WorkflowInterlockKind)

Note: This API is now obsolete.

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
[ObsoleteAttribute("This method might be removed from future versions. Use the overloaded "NewWorkflowInterlock" method.")]
public BCWorkflowInterlock NewWorkflowInterlock(
	WorkflowInterlockKind type
)

Parameters

type
Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowInterlockKind
The type of the interlock to create.

Return Value

Type: BCWorkflowInterlock
The created workflow interlock.
Remarks
This method might be removed from future versions. Use the NewWorkflowInterlock(Type).
See Also