Get all notifications belonging to a user for a particular item
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetNotifications( _
ByVal user_id As EntityID, _
ByVal src_type As EntityType, _
ByVal source_id As EntityID, _
ByVal db As IDatabase _
) As IEnumerable(Of UserNotificationEventType)
This language is not supported or no code example is available.
public static IEnumerable<UserNotificationEventType> GetNotifications(
EntityID user_id,
EntityType src_type,
EntityID source_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static IEnumerable<UserNotificationEventType>^ GetNotifications(
EntityID^ user_id,
EntityType src_type,
EntityID^ source_id,
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 type of entity
 
- source_id
 - 
		Type: EntityID 
		
the entity id
 
- db
 - 
		Type: IDatabase 
		
the database ot use
 
Return Value
Type: IEnumerable<UserNotificationEventType>the list of event types