Click or drag to resize

NotificationAttachment Constructor (String, String, Byte)

Create a new attachment

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

Parameters

name
Type: SystemString

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

contentType
Type: SystemString

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

content
Type: SystemByte

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

See Also