Open this page in the API Guide

DeliverySettings.AddRecipient Method (Guid, IList<RecipientViewOverride>)

Adds the recipient.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void AddRecipient(
	Guid recipientId,
	IList<RecipientViewOverride> contentOverrides
)

Parameters

recipientId
Type: System.Guid
The account or group ID.
contentOverrides
Type: System.Collections.Generic.IList<RecipientViewOverride>
A list of overrides to be applied for this recipient when generating exports.
Exceptions
ExceptionCondition
ArgumentExceptionrecipientId is Empty.
See Also