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