Click or drag to resize

NotificationAttachment(String, String, Byte) Constructor

Create a new attachment

Namespace: SanteDB.Core.Notifications
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public NotificationAttachment(
	string name,
	string contentType,
	byte[] content
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:SanteDB.Core.Notifications.NotificationAttachment.#ctor(System.String,System.String,System.Byte[])"]

contentType  String

[Missing <param name="contentType"/> documentation for "M:SanteDB.Core.Notifications.NotificationAttachment.#ctor(System.String,System.String,System.Byte[])"]

content  Byte

[Missing <param name="content"/> documentation for "M:SanteDB.Core.Notifications.NotificationAttachment.#ctor(System.String,System.String,System.Byte[])"]

See Also