FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..exportStepPropertiesToXML Method

Exports the step properties to XML.

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

Syntax


public string exportStepPropertiesToXML(
	string stepType,
	params string[] propertyNames
)
Public Function exportStepPropertiesToXML ( _
	stepType As String, _
	ParamArray propertyNames As String() _
) As String
public:
String^ exportStepPropertiesToXML(
	String^ stepType, 
	... array<String^>^ propertyNames
)

Parameters

stepType
Type: String
Type of the step.
propertyNames
Type: array<String>[]()[][]
The property names.

Return Value

System.String.