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