IHostManagementGetNotificationTemplateAsync(String, Object) Method

Gets the template of an email notification, by code asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<NotificationTemplate> GetNotificationTemplateAsync(
	string code,
	Object codeLanguage = null
)

Parameters

code  String
Template code.
codeLanguage  Object  (Optional)
Language code.

Return Value

TaskNotificationTemplate
NotificationTemplate with the notification template.

See Also