  | INotificationTemplateFillerFillTemplate Method  | 
 
            Fill the template
            
 
    Namespace: 
   SanteDB.Core.Notifications
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
SyntaxNotificationTemplate FillTemplate(
	string id,
	string lang,
	Object model
)
Function FillTemplate ( 
	id As String,
	lang As String,
	model As Object
) As NotificationTemplate
NotificationTemplate^ FillTemplate(
	String^ id, 
	String^ lang, 
	Object^ model
)
abstract FillTemplate : 
        id : string * 
        lang : string * 
        model : Object -> NotificationTemplate 
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: 
NotificationTemplateThe filled template
See Also