Click or drag to resize
FacebookMappingHelperGetUserProfileMappingTriggerInternal Method
Retrieves the current condition when the Facebook user profile mapping occurs, and returns it.

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
protected virtual FacebookUserProfileMappingTriggerEnum GetUserProfileMappingTriggerInternal(
	string siteName = null
)

Parameters

siteName (Optional)
Type: SystemString
The site name.

Return Value

Type: FacebookUserProfileMappingTriggerEnum
The current condition when the Facebook user profile mapping occurs.
See Also