INotificationServiceApplyUnsubscribeToken Method

Unsubscribes a recipient from a notification using the provided unsubscribe token.

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
bool ApplyUnsubscribeToken(
	Guid token
)

Parameters

token  Guid
The token.

Return Value

Boolean
if the provided token was found and the corresponding notification still contains the associated recipient; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptiontoken is Empty.
See Also