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