NewsletterHelperGetContactInfo Method |
Returns contact related with subscriber. If there is no known relation between contact and subscriber,
returns contact with the same email. In this case, if there is more contacts with the same email, selects the one with last logged activity.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntaxpublic static ContactInfo GetContactInfo(
SubscriberInfo subscriber
)
Parameters
- subscriber
- Type: CMS.NewslettersSubscriberInfo
Subscriber info
Return Value
Type:
ContactInfoContact info related to subscriber
ExceptionsException | Condition |
---|
ArgumentNullException | subscriber is null |
See Also