deDesign..::..updateStepInput Method
updateStepInput
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool updateStepInput( string sStepInputID, string sStepID, string sInputName, string sInputDescription, string sDataTypeID, int isRequired, int iStepInputIndex, int isHidden, int isReadOnly, string defaultValue, string tagValue )
Public Function updateStepInput ( _ sStepInputID As String, _ sStepID As String, _ sInputName As String, _ sInputDescription As String, _ sDataTypeID As String, _ isRequired As Integer, _ iStepInputIndex 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.
- iStepInputIndex
- Type: Int32
Index of the i step input.
- isHidden
- Type: Int32
The is hidden.
- isReadOnly
- Type: Int32
The is read only.
- defaultValue
- Type: String
The default value.
- tagValue
- Type: String
tag value