Click or drag to resize
IEntityMapperTEntity, TInfoMap Method
Updates CMS object with data from Facebook API entity.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
void Map(
	TEntity entity,
	TInfo info,
	EntityMapping mapping
)

Parameters

entity
Type: TEntity
The Facebook API entity.
info
Type: TInfo
The CMS object.
mapping
Type: CMS.ExternalAuthentication.FacebookEntityMapping
The mapping between a Facebook API entity and a CMS object.
See Also