FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..exportStepPropertiesToXML Method

Exports the step properties to XML.

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

Syntax


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

Parameters

itemID
Type: String
The item identifier.
itemName
Type: String
Name of the item.
stepType
Type: String
Type of the step.
propertyNames
Type: array<String>[]()[][]
The property names.

Return Value

System.String.