BCProjectDefinitionNewWorkflowInterlock Method (WorkflowInterlockKind, String) |
Note: This API is now obsolete.
Creates a new workflow interlock of the specified type.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [ObsoleteAttribute("This method might be removed from future versions. Use the overloaded "NewWorkflowInterlock" method.")]
public BCWorkflowInterlock NewWorkflowInterlock(
WorkflowInterlockKind type,
string name
)
<ObsoleteAttribute("This method might be removed from future versions. Use the overloaded "NewWorkflowInterlock" method.")>
Public Function NewWorkflowInterlock (
type As WorkflowInterlockKind,
name As String
) As BCWorkflowInterlock
Parameters
- type
- Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowInterlockKind
The type of the interlock to create. - name
- Type: SystemString
The name of the interlock to create.
Return Value
Type:
BCWorkflowInterlockThe created workflow interlock.
Remarks See Also