FacebookMappingHelperGetUserProfileMappingTriggerInternal Method |
Retrieves the current condition when the Facebook user profile mapping occurs, and returns it.
Namespace: CMS.MembershipProvider.FacebookAssembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax protected virtual FacebookUserProfileMappingTriggerEnum GetUserProfileMappingTriggerInternal(
string siteName = null
)
Parameters
- siteName (Optional)
- Type: SystemString
The site name.
Return Value
Type:
FacebookUserProfileMappingTriggerEnumThe current condition when the Facebook user profile mapping occurs.
See Also