BCProjectWorkflowTransitionNewWorkflowInterlockCondition Method (String) | 
 
            Creates a new workflow interlock condition.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCWorkflowInterlockCondition NewWorkflowInterlockCondition(
	string name
)
Public Function NewWorkflowInterlockCondition ( 
	name As String
) As BCWorkflowInterlockCondition
Parameters
- name
 - Type: SystemString
The name of the workflow interlock condition. 
Return Value
Type: 
BCWorkflowInterlockConditionThe created workflow interlock condition.
See Also