Add an enum item to an enum attribute
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
		
		
		
			
	
			
		
		
			
	
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Parameters
- server_id
 - 
		Type: ServerID 
		
the server details
 
- attribute_id
 - 
		Type: EntityID 
		
the id of the attribute this belongs to
 
- value
 - 
		Type: string 
		
the value of the enum item
 
- order
 - 
		Type: int 
		
the order of the item
 
- db
 - 
		Type: IDatabase 
		
the database object to use
 
Return Value
Type: EntityIDthe id of the created enum item