IHostManagementGetNotificationTemplateAsync(Int64, Object) Method
Gets the template of an email notification, by code asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<NotificationTemplate> GetNotificationTemplateAsync(
long id,
Object codeLanguage = null
)
Function GetNotificationTemplateAsync (
id As Long,
Optional codeLanguage As Object = Nothing
) As Task(Of NotificationTemplate)
- id Int64
- Template identifier.
- codeLanguage Object (Optional)
- Language code.
TaskNotificationTemplateNotificationTemplate with the notification template.