IHostManagementGetNotificationTemplateAsync(String, 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(
string code,
Object codeLanguage = null
)
Function GetNotificationTemplateAsync (
code As String,
Optional codeLanguage As Object = Nothing
) As Task(Of NotificationTemplate)
- code String
- Template code.
- codeLanguage Object (Optional)
- Language code.
TaskNotificationTemplateNotificationTemplate with the notification template.