INotificationServiceApplyUnsubscribeToken Method |
Unsubscribes a recipient from a notification using the provided unsubscribe token.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool ApplyUnsubscribeToken(
Guid token
)
Function ApplyUnsubscribeToken (
token As Guid
) As Boolean
bool ApplyUnsubscribeToken(
Guid token
)
abstract ApplyUnsubscribeToken :
token : Guid -> bool 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
See Also