Sets a type of source object(s) and logical scope 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 void SetSourceObjectsWithLogicalScope(
	WorkflowInterlockSource source,
	WorkflowInterlockScope scope
)
Visual Basic
Public Sub SetSourceObjectsWithLogicalScope ( _
	source As WorkflowInterlockSource, _
	scope As WorkflowInterlockScope _
)
Visual C++
public:
void SetSourceObjectsWithLogicalScope(
	WorkflowInterlockSource source, 
	WorkflowInterlockScope scope
)

See Also