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 (24.2.0.1000)
Syntax
bool ApplyUnsubscribeToken(
	Guid token
)

Parameters

token
Type: SystemGuid
The token.

Return Value

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