FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..copyDefinition Method

Copies a given definition

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

Syntax


public deWorkflowDefinition copyDefinition(
	string defName,
	string sNewDefID,
	string tenantID
)
Public Function copyDefinition ( _
	defName As String, _
	sNewDefID As String, _
	tenantID As String _
) As deWorkflowDefinition
public:
deWorkflowDefinition^ copyDefinition(
	String^ defName, 
	String^ sNewDefID, 
	String^ tenantID
)

Parameters

defName
Type: String
Name of the new definition
sNewDefID
Type: String
GUID id of the new definition
tenantID
Type: String
GUID id of the tenant

Return Value

deDefinition.