Click or drag to resize

RapidProNotificationRelaySend Method

Send the specified notification through RapidPro

Namespace: SanteDB.Core.Notifications.RapidPro
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public Guid Send(
	string[] toAddress,
	string subject,
	string body,
	DateTimeOffset? scheduleDelivery = null,
	bool ccAdmins = false,
	params NotificationAttachment[] attachments
)

Parameters

toAddress  String

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

subject  String

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

body  String

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

scheduleDelivery  NullableDateTimeOffset  (Optional)

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

ccAdmins  Boolean  (Optional)

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

attachments  NotificationAttachment

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

Return Value

Guid

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

Implements

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