FacebookMappingHelperGetUserProfileMappingTriggerInternal Method |
Retrieves the current condition when the Facebook user profile mapping occurs, and returns it.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.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