Create a TD Project Change entry
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function CreateTDProjectChange( _
ByVal td_project_id As EntityID, _
ByVal version As Integer, _
ByVal change_type As TDProjectChangeType, _
ByVal contact_id As EntityID, _
ByVal description As String, _
ByVal db As IDatabase _
) As EntityID
This language is not supported or no code example is available.
Parameters
- td_project_id
 - 
		Type: EntityID 
		
the project id to log a change for
 
- version
 - 
		Type: int 
		
the version of the change
 
- change_type
 - 
		Type: TDProjectChangeType 
		
the change type
 
- contact_id
 - 
		Type: EntityID 
		
the id of the contact making the change
 
- description
 - 
		Type: string 
		
the description of the change
 
- db
 - 
		Type: IDatabase 
		
the db connection