SystemNotificationCreateOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class SystemNotificationCreateOptions { bool EnableDistribution { get; set; } int? GroupId { get; set; } string GroupingKey { get; set; } bool IsResolvable { get; set; } int[] UserIds { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
EnableDistribution | bool | Enables the system notification to be sent to recipients. If disabled, the notification will only show on the community site. Default: true | ||
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. | ||
IsResolvable | bool | Identifies whether this notification is user-resolvable. When true, it can only be resolved by the Service User. Default: true | ||
UserIds | int[] | Identifies explicit users to send the notification to. Setting UserIds overrides the GroupId value. |