SubscriberInfoProviderSynchronizeSubscriberInfomation Method |
Renames subscriber specified by subscriberRealtedId on all sites.
Optional parameters are saved to subscriber only when not set to null.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax public static void SynchronizeSubscriberInfomation(
string subscriberType,
int subscriberRelatedId,
string fullName,
string firstName = null,
string lastName = null,
string email = null
)
Parameters
- subscriberType
- Type: SystemString
Type of subscriber - subscriberRelatedId
- Type: SystemInt32
ID of related subscriber - fullName
- Type: SystemString
Subscriber's full name - firstName (Optional)
- Type: SystemString
(Optional) Subscriber's first name - lastName (Optional)
- Type: SystemString
(Optional) Subscriber's last name - email (Optional)
- Type: SystemString
(Optional) Subscriber's e-mail address when needed
See Also