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

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
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