Click or drag to resize
SubscriberInfoProviderSynchronizeSubscriberInfomation Method
Renames subscriber specified by subscriberRealtedId on all sites. Optional parameters are saved to subscriber only when not set to null.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
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