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

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public static FacebookUserProfileMappingTriggerEnum GetUserProfileMappingTrigger(
	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