Click or drag to resize

INotificationTemplateRepositoryGet Method

Gets the specified template

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

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:SanteDB.Core.Notifications.INotificationTemplateRepository.Get(System.String,System.String)"]

lang
Type: SystemString

[Missing <param name="lang"/> documentation for "M:SanteDB.Core.Notifications.INotificationTemplateRepository.Get(System.String,System.String)"]

Return Value

Type: NotificationTemplate

[Missing <returns> documentation for "M:SanteDB.Core.Notifications.INotificationTemplateRepository.Get(System.String,System.String)"]

See Also