IEntityMapperTEntity, TInfoMap Method |
Updates CMS object with data from Facebook API entity.
Namespace: CMS.SocialMedia.FacebookAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax 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.SocialMedia.FacebookEntityMapping
The mapping between a Facebook API entity and a CMS object.
See Also