FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepDefinitionInputAttribute Method

Updates the step definition input attribute.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool updateStepDefinitionInputAttribute(
	string sStepID,
	string sStepInputName,
	string attributeName,
	string attributeValue
)
Public Function updateStepDefinitionInputAttribute ( _
	sStepID As String, _
	sStepInputName As String, _
	attributeName As String, _
	attributeValue As String _
) As Boolean
public:
bool^ updateStepDefinitionInputAttribute(
	String^ sStepID, 
	String^ sStepInputName, 
	String^ attributeName, 
	String^ attributeValue
)

Parameters

sStepID
Type: String
The s step identifier.
sStepInputName
Type: String
The name of the step input identifier.
attributeName
Type: String
Name of the attribute.
attributeValue
Type: String
The attribute value.

Return Value

true if XXXX, false otherwise.