Returns the workflow state with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public BCSWorkflowState State( string name ) |
| Visual Basic |
|---|
Public Function State ( _ name As String _ ) As BCSWorkflowState |
| Visual C++ |
|---|
public: BCSWorkflowState^ State( String^ name ) |
Parameters
- name
- Type: System..::..String
The name of the workflow state to return.