FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..updateStepDefinition Method

updateStepDefinition

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

Syntax


public bool updateStepDefinition(
	string sStepID,
	string sStepName,
	string sDisplayName,
	string sStepDescription,
	string sStepIndex,
	string sNameSpace,
	string sDllFile,
	string sStepCategoryName
)
Public Function updateStepDefinition ( _
	sStepID As String, _
	sStepName As String, _
	sDisplayName As String, _
	sStepDescription As String, _
	sStepIndex As String, _
	sNameSpace As String, _
	sDllFile As String, _
	sStepCategoryName As String _
) As Boolean
public:
bool^ updateStepDefinition(
	String^ sStepID, 
	String^ sStepName, 
	String^ sDisplayName, 
	String^ sStepDescription, 
	String^ sStepIndex, 
	String^ sNameSpace, 
	String^ sDllFile, 
	String^ sStepCategoryName
)

Parameters

sStepID
Type: String
The s step identifier.
sStepName
Type: String
Name of the s step.
sDisplayName
Type: String
Display name of the s.
sStepDescription
Type: String
The s step description.
sStepIndex
Type: String
Index of the s step.
sNameSpace
Type: String
The s name space.
sDllFile
Type: String
The s DLL file.
sStepCategoryName
Type: String
Name of the s step category.

Return Value

true if XXXX, false otherwise.