BCSWorkflowTransition Method |
Returns the workflow transition with the specified name.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCSWorkflowTransition Transition(
string name
)
Public Function Transition (
name As String
) As BCSWorkflowTransition
Parameters
- name
- Type: SystemString
The name of the workflow transition to return.
Return Value
Type:
BCSWorkflowTransitionThe workflow transition with the specified name.
See Also