NotificationBeforeCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class NotificationBeforeCreateEventArgs { IList<NotificationActor> Actors { get; } Guid? ContentId { get; } Guid? ContentTypeId { get; } string ContentUrl { get; } DateTime CreatedUtcDate { get; } bool IsRead { get; set; } DateTime LastUpdatedUtcDate { get; } Guid NotificationId { get; } Guid NotificationTypeId { get; } int UserId { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Actors | IList<NotificationActor> | |||
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
ContentUrl | string | |||
CreatedUtcDate | DateTime | |||
IsRead | bool | |||
LastUpdatedUtcDate | DateTime | |||
NotificationId | Guid | |||
NotificationTypeId | Guid | |||
UserId | int |