WorkflowInterlockLocation Enumeration |
Defines the location of a workflow interlock.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public enum WorkflowInterlockLocation
Public Enumeration WorkflowInterlockLocation
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
This enumeration overrides WFINTERLOCK_LOCATION
defined in BlueCieloECM.AMEdm PIA.
See Also