BCWorkflowDefNewWorkflowState Method (String, WorkflowStateKind) |
Creates a new workflow state with the specified name and 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 public BCWorkflowState NewWorkflowState(
string name,
WorkflowStateKind type
)
Public Function NewWorkflowState (
name As String,
type As WorkflowStateKind
) As BCWorkflowState
Parameters
- name
- Type: SystemString
The name of the workflow state to create. - type
- Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowStateKind
The type of the workflow state to create.
Return Value
Type:
BCWorkflowStateThe created workflow state.
See Also