deWorkflowDefinition..::..copyDefinition Method
   Copies a given definition
   
                
    Namespace: 
   FlowWright.cDevDeAPIAssembly: 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
 
                     
                 
                
                 
                 
                 
                
