Evaluates the project interlock.
            
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
 Syntax
Syntax
| C# | 
|---|
| public bool CheckWorkflowInterlock( string name, WorkflowInterlockLocation location, bool defaultValue ) | 
| Visual Basic | 
|---|
| Public Function CheckWorkflowInterlock ( _ name As String, _ location As WorkflowInterlockLocation, _ defaultValue As Boolean _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool CheckWorkflowInterlock( String^ name, WorkflowInterlockLocation location, bool defaultValue ) | 
Parameters
- name
- Type: System..::..String
 The name of the interlock.
- location
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..WorkflowInterlockLocation
 The interlock location.
- defaultValue
- Type: System..::..Boolean
 The default return value.





