EntityModelProviderGetEntityModelT Method |
Creates a model of the specified Facebook API entity, and returns it.
Namespace: CMS.SocialMedia.FacebookAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax public EntityModel GetEntityModel<T>()
Type Parameters
- T
- A type of Facebook API entity.
Return Value
Type:
EntityModelA model of the specified Facebook API entity.
See Also