NotificationCreateUpdateOptions
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class NotificationCreateUpdateOptions { int? ActorIdToAdd { get; set; } int? ActorIdToRemove { get; set; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } string ContentUrl { get; set; } IList<IExtendedAttribute> ExtendedAttributes { get; set; } DateTime? LastUpdate { get; set; } int? MaxActorsPerNotification { get; set; } Guid? NotificationCategoryId { get; set; } int UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ActorIdToAdd | int? | |||
ActorIdToRemove | int? | |||
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
ContentUrl | string | |||
ExtendedAttributes | IList<IExtendedAttribute> | |||
LastUpdate | DateTime? | |||
MaxActorsPerNotification | int? | |||
NotificationCategoryId | Guid? | |||
UserId | int |