EntityModelProviderGetEntityModelT Method |
Creates a model of the specified Facebook API entity, and returns it.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
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