DeliverySettingsAddRecipient(Guid, Boolean, IListRecipientViewOverride) Method |
Adds the recipient.
Namespace: Dundas.BI.Notifications.DeliveryAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void AddRecipient(
Guid recipientId,
bool isUnsubscribeAllowed,
IList<RecipientViewOverride>? contentOverrides
)
Public Sub AddRecipient (
recipientId As Guid,
isUnsubscribeAllowed As Boolean,
contentOverrides As IList(Of RecipientViewOverride)
)
public:
void AddRecipient(
Guid recipientId,
bool isUnsubscribeAllowed,
IList<RecipientViewOverride^>^ contentOverrides
)
member AddRecipient :
recipientId : Guid *
isUnsubscribeAllowed : bool *
contentOverrides : IList<RecipientViewOverride> -> unit Parameters
- recipientId Guid
- The account or group ID.
- isUnsubscribeAllowed Boolean
- If set to , the recipient is allowed to unsubscribe.
- contentOverrides IListRecipientViewOverride
- A list of overrides to be applied for this recipient when generating exports.
Exceptions
See Also