Set the user workflow for an event
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub SetUserNotification( _
ByVal user_id As EntityID, _
ByVal src_type As EntityType, _
ByVal source_id As EntityID, _
ByVal event_types As HashSet(Of UserNotificationEventType), _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetUserNotification(
EntityID user_id,
EntityType src_type,
EntityID source_id,
HashSet<UserNotificationEventType> event_types,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetUserNotification(
EntityID^ user_id,
EntityType src_type,
EntityID^ source_id,
HashSet<UserNotificationEventType>^ event_types,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- user_id
 - 
		Type: EntityID 
		
the id of the user
 
- src_type
 - 
		Type: EntityType 
		
the event type
 
- source_id
 - 
		Type: EntityID 
		
the source id
 
- event_types
 - 
		Type: HashSet<UserNotificationEventType> 
		
the list of event types we're signing up for
 
- db
 - 
		Type: IDatabase 
		
the database to use