Open this page in the API Guide

Recipient.ViewOverrides Property

Gets a list of RecipientViewOverride for 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 IList<RecipientViewOverride> ViewOverrides { get; }

Property Value

Type: IList<RecipientViewOverride>
List of RecipientViewOverride for the recipient.
See Also