Defines the location of a workflow interlock.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public enum WorkflowInterlockLocation
Visual Basic
Public Enumeration WorkflowInterlockLocation
Visual C++
public enum class WorkflowInterlockLocation

Members

Member nameValueDescription
WFILOCK_LOCATION_PARENT_PROJECT0 Parent project.
WFILOCK_LOCATION_CURRENT_PROJECT1 Current project.
WFILOCK_LOCATION_TOPMOST_PROJECT2 Topmost project.

Remarks

This enumeration overrides WFINTERLOCK_LOCATION defined in BlueCieloECM.AMEdm PIA.

See Also