BCProjectDefinitionNewWorkflowInterlock Method (Type) |
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
)
Public Function NewWorkflowInterlock (
type As Type
) As BCWorkflowInterlock
public:
BCWorkflowInterlock^ NewWorkflowInterlock(
Type^ type
)
member NewWorkflowInterlock :
type : Type -> BCWorkflowInterlock
Parameters
- type
- Type: SystemType
The type of the interlock to create.
Can be either BCDocumentWorkflowInterlock or BCProjectWorkflowInterlock.
Return Value
Type:
BCWorkflowInterlockThe created workflow interlock.
See Also