CloneJob Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CloneJob() method creates a copy of the specified job and all of its dependent data.
This overload of the method uses the entity ID to identify the target entity on which the new job will be run.
| Overload | Description |
|---|---|
| CloneJob(Int32,String,String,Int32,String,String,String,Nullable<Int32>,Nullable<Double>,Nullable<Double>,Nullable<Int32>,Nullable<DateTime>,Nullable<Int32>,String) | The CloneJob() method creates a copy of the specified job and all of its dependent data. This overload of the method uses the entity ID to identify the target entity on which the new job will be run. |
| CloneJob(Int32,String,String,Int32,String,String,String,Nullable<Int32>,Nullable<Double>,Nullable<Double>,Nullable<Int32>,Nullable<DateTime>,String,String,String) | The CloneJob() method creates a copy of the specified job and all of its dependent data. This overload of the method uses the entity name and site name to identify the target entity on which the new job will be run. |