INotificationDistributionType
is defined in the Telligent.Evolution.Extensibility.Content.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface INotificationDistributionType : IPlugin { bool IsEnabledByDefault { get; } string NotificationDistributionDescription { get; } string NotificationDistributionName { get; } Guid NotificationDistributionTypeId { get; } bool Distribute(Notification notification, NotificationUserChanges userChanges); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
IsEnabledByDefault | bool | |||
NotificationDistributionDescription | string | |||
NotificationDistributionName | string | |||
NotificationDistributionTypeId | Guid |
Methods
bool Distribute(Notification notification, NotificationUserChanges userChanges);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
notification | Notification | Notification | Required | ||
userChanges | NotificationUserChanges | User Changes | Required |
Return Type
bool