deDesign..::..addProperty Method (String, String, String, String, Boolean, Int32)
Adds the property to the step.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool addProperty( string stepID, string inputName, string inputDescription, string dataType, bool required, int index )
Parameters
- stepID
- Type: String
The step identifier.
- inputName
- Type: String
Name of the input.
- inputDescription
- Type: String
The input description.
- dataType
- Type: String
Type of the data.
- required
- Type: Boolean
if set to true [required].
- index
- Type: Int32
The index.