Defines the type of the 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 WorkflowInterlockKind
Visual Basic
Public Enumeration WorkflowInterlockKind
Visual C++
public enum class WorkflowInterlockKind

Members

Member nameValueDescription
WFINTERLOCK_TYPE_PROJECT0 Workflow interlock on sub-projects.
WFINTERLOCK_TYPE_DOCUMENT1 Workflow interlock on documents.

Remarks

This enumeration overrides WORKFLOW_INTERLOCK_TYPE defined in BlueCieloECM.AMEdm PIA.

See Also