Click or drag to resize
FacebookMappingHelperGetUserProfileMappingInternal Method
Retrieves the current mapping between Facebook user profile and CMS user, and returns it.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
protected virtual EntityMapping GetUserProfileMappingInternal()

Return Value

Type: EntityMapping
The current mapping between Facebook user profile and CMS user.
See Also