UserNotification.GetNotifications Method
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
- EntityID
the id of the user
- src_type
- EntityType
the type of entity
- source_id
- EntityID
the entity id
- db
- IDatabase
the database ot use
Return Value
IEnumerable<UserNotificationEventType>the list of event types