Click or drag to resize

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
)

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