BCProjectDefinitionNewWorkflowInterlock Method (Type, String) |
Creates a new workflow interlock of the specified type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCWorkflowInterlock NewWorkflowInterlock(
Type type,
string name
)
Public Function NewWorkflowInterlock (
type As Type,
name As String
) As BCWorkflowInterlock
public:
BCWorkflowInterlock^ NewWorkflowInterlock(
Type^ type,
String^ name
)
member NewWorkflowInterlock :
type : Type *
name : string -> BCWorkflowInterlock
Parameters
- type
- Type: SystemType
The type of the interlock to create.
Can be either BCDocumentWorkflowInterlock or BCProjectWorkflowInterlock.
- name
- Type: SystemString
The name of the interlock to create.
Return Value
Type:
BCWorkflowInterlockThe created workflow interlock.
See Also