Project.ReplicateProject (EntityID, EntityID, EntityID, IDatabase, IClient) Method

Replicate a project
Public Shared Function ReplicateProject( _ 
ByVal proj_id As EntityID, _ 
ByVal new_project_parent_id As EntityID, _ 
ByVal user_id As EntityID, _ 
ByVal db As IDatabase, _ 
ByVal client As IClient
) As EntityID
This language is not supported or no code example is available.
public static EntityID ReplicateProject( 
EntityID proj_id
EntityID new_project_parent_id
EntityID user_id
IDatabase db
IClient client 
)
This language is not supported or no code example is available.
public:  
static EntityID^ ReplicateProject( 
EntityID^ proj_id
EntityID^ new_project_parent_id
EntityID^ user_id
IDatabase^ db
IClient^ client 
)
This language is not supported or no code example is available.
public static function ReplicateProject( 
proj_id : EntityID
new_project_parent_id : EntityID
user_id : EntityID
db : IDatabase
client : IClient 
) : EntityID;
This language is not supported or no code example is available.

Parameters

proj_id
EntityID

the id of the Job we want to replicate

new_project_parent_id
EntityID

the id of the Job we want the new Job to be created in

user_id
EntityID

the id of the user creating the project

db
IDatabase

the db connection

client
IClient

an optional client connection

Return Value

EntityID

the response of replicating the project

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition