Process configuration parameter constructor.
Namespace: Scanjour.Workflow4.ActivityLibrary.Data
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public ConfigParam( string name, string value, ConfigParamType type, bool isMandatory = false )
Parameters
- name
- Type: SystemString
The parameter name. - value
- Type: SystemString
The parameter default value. - type
- Type: Scanjour.Workflow4.ActivityLibrary.DataConfigParamType
The parameter type. - isMandatory (Optional)
- Type: SystemBoolean
True if parameter value is mandatory.
See Also