 | NotificationAttachment(String, String, Byte) Constructor |
Create a new attachment
Namespace: SanteDB.Core.NotificationsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic NotificationAttachment(
string name,
string contentType,
byte[] content
)
Public Sub New (
name As String,
contentType As String,
content As Byte()
)
public:
NotificationAttachment(
String^ name,
String^ contentType,
array<unsigned char>^ content
)
new :
name : string *
contentType : string *
content : byte[] -> NotificationAttachmentParameters
- 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