Click or drag to resize
SubscriberLinkInfoProviderDeleteSubscriberLinkInfo Method (Int32, Int32)
Deletes the SubscriberLinkInfo object identified by the ID of link and subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public static void DeleteSubscriberLinkInfo(
	int linkId,
	int subscriberId
)

Parameters

linkId
Type: SystemInt32
ID of the newsletter link
subscriberId
Type: SystemInt32
ID of the subscriber
See Also