UserNotification.SetUserNotification Method

Set the user workflow for an event
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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

user_id
EntityID

the id of the user

src_type
EntityType

the event type

source_id
EntityID

the source id

event_types
HashSet<UserNotificationEventType>

the list of event types we're signing up for

db
IDatabase

the database to use

.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

In this article

Definition