| NotificationTemplateSave Method |
Notification template
Namespace:
SanteDB.Core.Notifications
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public NotificationTemplate Save(
Stream s
)
Public Function Save (
s As Stream
) As NotificationTemplate
public:
NotificationTemplate^ Save(
Stream^ s
)
member Save :
s : Stream -> NotificationTemplate
Parameters
- s
- Type: System.IOStream
[Missing <param name="s"/> documentation for "M:SanteDB.Core.Notifications.NotificationTemplate.Save(System.IO.Stream)"]
Return Value
Type:
NotificationTemplate[Missing <returns> documentation for "M:SanteDB.Core.Notifications.NotificationTemplate.Save(System.IO.Stream)"]
See Also