| 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: 10.0.0
 Syntax
Syntaxpublic 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
See Also