deDesign..::..createStepDefinition Method
Creates the step definition.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createStepDefinition( string sStepID, string sStepName, string sStepDescription, int sStepIndex, string sNameSpace, string sDllFile, string sStepCategoryID, string sDisplayName )
Parameters
- sStepID
- Type: String
The step identifier.
- sStepName
- Type: String
Name of the step.
- sStepDescription
- Type: String
The step description.
- sStepIndex
- Type: Int32
The step index.
- sNameSpace
- Type: String
The s name space.
- sDllFile
- Type: String
The DLL file.
- sStepCategoryID
- Type: String
Name of the step category.
- sDisplayName
- Type: String
Display Name of the step.