Click or drag to resize
BCSProjectInterlock Method (String, SWorkflowInterlockLocation)
Evaluates the project interlock.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public bool Interlock(
	string name,
	SWorkflowInterlockLocation location
)

Parameters

name
Type: SystemString
The name of the interlock.
location
Type: BlueCieloECM.InnoCielo.Meridian.ScriptingSWorkflowInterlockLocation
The interlock location.

Return Value

Type: Boolean
A value indicating whether the interlock is passed.
See Also