import a step and its properties
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool importStep(
XDocument oPropXML,
ref string sStepID
)
Public Function importStep ( _
oPropXML As XDocument, _
ByRef sStepID As String _
) As Boolean
public:
bool^ importStep(
XDocument^ oPropXML,
String^% sStepID
)
Parameters
- oPropXML
- Type: XDocument
XML definition of the step
- sStepID
- Type: String%
id of the step
Return Value
bool