SystemNotificationCreateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class SystemNotificationCreateOptions
{
int? GroupId { get; set; }
string GroupingKey { get; set; }
int[] UserIds { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| GroupId | int? | Identifies this notification as scoped to a group. | ||
| GroupingKey | string | GroupingKey should identify this notification uniquely, while still allowing notifications created in an identical manner to be grouped. | ||
| UserIds | int[] | Identifies explicit users to send the notification to. Setting UserIds overrides the GroupId value. |