Returns a workflow interlock condition with the specified ID property value.

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 BCWorkflowInterlockCondition GetWorkflowInterlockCondition(
	string objectID
)
Visual Basic
Public Function GetWorkflowInterlockCondition ( _
	objectID As String _
) As BCWorkflowInterlockCondition
Visual C++
public:
BCWorkflowInterlockCondition^ GetWorkflowInterlockCondition(
	String^ objectID
)

Parameters

objectID
Type: System..::..String
The ID property value of the workflow interlock condition to return.

Return Value

The workflow interlock condition with the specified ID property value.

See Also