Click or drag to resize

INotificationTemplateFillerFillTemplate Method

Fill the template

Namespace:  SanteDB.Core.Notifications
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
NotificationTemplate FillTemplate(
	string id,
	string lang,
	Object model
)

Parameters

id
Type: SystemString
The id of the template to be filled
lang
Type: SystemString
The language to fill
model
Type: SystemObject
The model to use to fill

Return Value

Type: NotificationTemplate
The filled template
See Also