Click or drag to resize
EntityModelProviderGetEntityModelT Method
Creates a model of the specified Facebook API entity, and returns it.

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public EntityModel GetEntityModel<T>()

Type Parameters

T
A type of Facebook API entity.

Return Value

Type: EntityModel
A model of the specified Facebook API entity.
See Also