Get all notifications belonging to a user for a particular item

Namespace: SynergyServerScripting.Entities
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.
JScript does not support generic types and methods.
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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1