deDesign..::..createStepInput Method
createStepInput
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createStepInput( ref string sStepInputID, string sStepID, string sInputName, string sInputDescription, string sDataTypeID, int isRequired, string sInputCategoryName, int stepIndex, int isHidden, int isReadOnly, string defaultValue, string tagValue )
Public Function createStepInput ( _ ByRef sStepInputID As String, _ sStepID As String, _ sInputName As String, _ sInputDescription As String, _ sDataTypeID As String, _ isRequired As Integer, _ sInputCategoryName As String, _ stepIndex As Integer, _ isHidden As Integer, _ isReadOnly As Integer, _ defaultValue As String, _ tagValue As String _ ) As Boolean
Parameters
- sStepInputID
- Type: String%
The s step input identifier.
- sStepID
- Type: String
The s step identifier.
- sInputName
- Type: String
Name of the s input.
- sInputDescription
- Type: String
The s input description.
- sDataTypeID
- Type: String
The s data type identifier.
- isRequired
- Type: Int32
The is required.
- sInputCategoryName
- Type: String
Name of the s input category.
- stepIndex
- Type: Int32
Step index value.
- isHidden
- Type: Int32
The is hidden.
- isReadOnly
- Type: Int32
The is read only.
- defaultValue
- Type: String
The default value.
- tagValue
- Type: String
tag value