SubscriberInfoProviderAddSubscription Method |
Add subscription to the binding table.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax public static void AddSubscription(
int subscriberId,
int newsletterId,
DateTime when
)
Parameters
- subscriberId
- Type: SystemInt32
Subscriber ID - newsletterId
- Type: SystemInt32
Newsletter ID - when
- Type: SystemDateTime
Time when the subscriber was subscribed (used by import)
See Also