Replicate a project
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
			
	
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function ReplicateProject( _
ByVal new_name As String, _
ByVal new_description As String, _
ByVal rule_set_id As Long, _
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.
Parameters
- new_name
 - 
		Type: string 
		
the new Job name
 
- new_description
 - 
		Type: string 
		
the new Job description
 
- rule_set_id
 - 
		Type: long 
		
the store id
 
- proj_id
 - 
		Type: EntityID 
		
the id of the Job we want to replicate
 
- new_project_parent_id
 - 
		Type: EntityID 
		
the id of the Job we want the new Job to be created in
 
- user_id
 - 
		Type: EntityID 
		
the id of the user creating the project
 
- db
 - 
		Type: IDatabase 
		
the db connection
 
- client
 - 
		Type: IClient 
		
an optional client connection
 
Return Value
Type: EntityIDthe response of replicating the project