IHostManagementGetNotificationTemplateAsync(Int64, 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(
	long id,
	Object codeLanguage = null
)

Parameters

id  Int64
Template identifier.
codeLanguage  Object  (Optional)
Language code.

Return Value

TaskNotificationTemplate
NotificationTemplate with the notification template.

See Also