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