 | INotificationTemplateRepositoryUpdate Method |
Updates the specified template
Namespace: SanteDB.Core.NotificationsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxNotificationTemplate Update(
NotificationTemplate template
)
Function Update (
template As NotificationTemplate
) As NotificationTemplate
NotificationTemplate^ Update(
NotificationTemplate^ template
)
abstract Update :
template : NotificationTemplate -> NotificationTemplate Parameters
- template NotificationTemplate
[Missing <param name="template"/> documentation for "M:SanteDB.Core.Notifications.INotificationTemplateRepository.Update(SanteDB.Core.Notifications.NotificationTemplate)"]
Return Value
NotificationTemplate[Missing <returns> documentation for "M:SanteDB.Core.Notifications.INotificationTemplateRepository.Update(SanteDB.Core.Notifications.NotificationTemplate)"]
See Also