Update a template
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub UpdateEmailTemplate( _
ByVal t As EmailTemplate, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void UpdateEmailTemplate(
EmailTemplate t,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void UpdateEmailTemplate(
EmailTemplate^ t,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- t
 - 
		Type: EmailTemplate 
		
the template to update
 
- db
 - 
		Type: IDatabase 
		
the database to use