Click or drag to resize

MailingListHelperGetUnsubscribeHashData Method

Gets the hash data for unsubscribe process.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static string GetUnsubscribeHashData(
	Guid mailingListSubscriptionId
)

Parameters

mailingListSubscriptionId
Type: SystemGuid
The mailing list subscription id.

Return Value

Type: String
Hexadecimal representation of hash if valid data are provided, otherwise empty string.
See Also