Click or drag to resize
FacebookMappingHelperGetUserProfileMapperInternal Method
Retrieves an object that provides mapping between Facebook user profiles to CMS users, and returns it.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
protected virtual IEntityMapper<FacebookUserProfile, UserInfo> GetUserProfileMapperInternal()

Return Value

Type: IEntityMapperFacebookUserProfile, UserInfo
An object that provides mapping between Facebook user profiles to CMS users.
See Also