BCWorkflowInterlockSetSourceObjectsWithLogicalScope Method |
Sets a type of source object(s) and logical scope of the workflow interlock.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public void SetSourceObjectsWithLogicalScope(
WorkflowInterlockSource source,
WorkflowInterlockScope scope
)
Public Sub SetSourceObjectsWithLogicalScope (
source As WorkflowInterlockSource,
scope As WorkflowInterlockScope
)
public:
void SetSourceObjectsWithLogicalScope(
WorkflowInterlockSource source,
WorkflowInterlockScope scope
)
member SetSourceObjectsWithLogicalScope :
source : WorkflowInterlockSource *
scope : WorkflowInterlockScope -> unit
Parameters
- source
- Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowInterlockSource
The source object(s). - scope
- Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowInterlockScope
The logical scope.
See Also