Click or drag to resize

DefaultNotificationServiceSend Method

Send the specified data to the specified addressers

Namespace:  SanteDB.Core.Notifications
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public Guid[] Send(
	string[] to,
	string subject,
	string body,
	DateTimeOffset? scheduleDelivery = null,
	bool ccAdmins = false,
	params NotificationAttachment[] attachments
)

Parameters

to
Type: SystemString

[Missing <param name="to"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

subject
Type: SystemString

[Missing <param name="subject"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

body
Type: SystemString

[Missing <param name="body"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

scheduleDelivery (Optional)
Type: SystemNullableDateTimeOffset

[Missing <param name="scheduleDelivery"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

ccAdmins (Optional)
Type: SystemBoolean

[Missing <param name="ccAdmins"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

attachments
Type: SanteDB.Core.NotificationsNotificationAttachment

[Missing <param name="attachments"/> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

Return Value

Type: Guid

[Missing <returns> documentation for "M:SanteDB.Core.Notifications.DefaultNotificationService.Send(System.String[],System.String,System.String,System.Nullable{System.DateTimeOffset},System.Boolean,SanteDB.Core.Notifications.NotificationAttachment[])"]

Implements

INotificationServiceSend(String, String, String, NullableDateTimeOffset, Boolean, NotificationAttachment)
See Also