IEmailAttachmentNotificationType
is defined in the Telligent.Evolution.Extensibility.Email.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IEmailAttachmentNotificationType : INotificationType, IPlugin { IEnumerable<ICentralizedFile> GetAttachments(Notification notification); }
Methods
IEnumerable<ICentralizedFile> GetAttachments(Notification notification);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
notification | Notification | Notification | Required |
Return Type
IEnumerable<ICentralizedFile>