SubscriberLinkInfoProviderDeleteSubscriberLinkInfo Method (Int32, Int32) |
Deletes the SubscriberLinkInfo object identified by the ID of link and subscriber.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax 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