FacebookMappingHelperGetUserProfileMapper Method |
Retrieves an object that provides mapping between Facebook user profiles to CMS users, and returns it.
Namespace: CMS.MembershipProvider.FacebookAssembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax public static IEntityMapper<FacebookUserProfile, UserInfo> GetUserProfileMapper()
Return Value
Type:
IEntityMapperFacebookUserProfile,
UserInfoAn object that provides mapping between Facebook user profiles to CMS users.
See Also