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