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 (25.3.0.1000)
Syntaxbool ApplyUnsubscribeToken(
	Guid token
)
Function ApplyUnsubscribeToken ( 
	token As Guid
) As Boolean
bool ApplyUnsubscribeToken(
	Guid token
)
abstract ApplyUnsubscribeToken : 
        token : Guid -> bool 
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
See Also