Click or drag to resize
IContactProviderGetContactForSubscribing Method (UserInfo)
Gets contact associated with user. When contact doesn't exist, contact is created and inserted to database

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 10.0.0
Syntax
C#
ContactInfo GetContactForSubscribing(
	UserInfo user
)

Parameters

user
Type: CMS.MembershipUserInfo
User used to get and update contact.

Return Value

Type: ContactInfo
Retrieved contact.
See Also