Defines the location of a workflow 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 enum WorkflowInterlockLocation | 
| Visual Basic | 
|---|
| Public Enumeration WorkflowInterlockLocation | 
| Visual C++ | 
|---|
| public enum class WorkflowInterlockLocation | 
 Members
Members
| Member name | Value | Description | |
|---|---|---|---|
| WFILOCK_LOCATION_PARENT_PROJECT | 0 | Parent project. | |
| WFILOCK_LOCATION_CURRENT_PROJECT | 1 | Current project. | |
| WFILOCK_LOCATION_TOPMOST_PROJECT | 2 | Topmost project. | 
 Remarks
Remarks
            This enumeration overrides WFINTERLOCK_LOCATION 
            defined in BlueCieloECM.AMEdm PIA.
            





