FacebookMappingHelper.GetUserProfileMapper Method |
Retrieves an object that provides mapping between Facebook user profiles to CMS users, and returns it.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
Syntaxpublic static IEntityMapper<FacebookUserProfile, UserInfo> GetUserProfileMapper()
Return Value
Type:
IEntityMapper<FacebookUserProfile,
UserInfo>An object that provides mapping between Facebook user profiles to CMS users.
See Also