IContactProviderGetContactForSubscribing Method (UserInfo) |
Gets contact associated with user.
When contact doesn't exist, contact is created and inserted to database
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax ContactInfo GetContactForSubscribing(
UserInfo user
)
Parameters
- user
- Type: CMS.MembershipUserInfo
User used to get and update contact.
Return Value
Type:
ContactInfoRetrieved contact.
See Also