FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..addStepAsTemplate Method

Add workflow step as template

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

Syntax


public bool addStepAsTemplate(
	string sDisplayName,
	string sType,
	string sStepData,
	string sTemplateStepID
)
Public Function addStepAsTemplate ( _
	sDisplayName As String, _
	sType As String, _
	sStepData As String, _
	sTemplateStepID As String _
) As Boolean
public:
bool^ addStepAsTemplate(
	String^ sDisplayName, 
	String^ sType, 
	String^ sStepData, 
	String^ sTemplateStepID
)

Parameters

sDisplayName
Type: String
display name for the step
sType
Type: String
step type
sStepData
Type: String
step XML
sTemplateStepID
Type: String
step ID

Return Value

true if XXXX, false otherwise.