IEmailFromNotificationType
is defined in the Telligent.Evolution.Extensibility.Email.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IEmailFromNotificationType : INotificationType, IPlugin { int GetFromUserId(Notification notification); }
Methods
int GetFromUserId(Notification notification);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
notification | Notification | Notification | Required |
Return Type
int