SWorkflowInterlockLocation EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Defines the location of a workflow interlock.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public enum SWorkflowInterlockLocation
Members

  Member nameValueDescription
AS_WFIL_PARENT_PROJECT0 Parent project interlock.
AS_WFIL_CURRENT_PROJECT1 Current project interlock.
AS_WFIL_TOPMOST_PROJECT2 Topmost project interlock.
Remarks

This enumeration overrides AS_WFINTERLOCK_LOCATION defined in BlueCieloECM.AMAutoSO PIA. Has the same values as WorkflowInterlockLocation.
See Also