Click or drag to resize
EntityCultureAttributeValueConverter Constructor
Initializes a new instance of the EntityCultureAttributeValueConverterBase.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public EntityCultureAttributeValueConverter(
	EntityAttributeModel attributeModel
)

Parameters

attributeModel
Type: CMS.ExternalAuthentication.FacebookEntityAttributeModel
The model of an entity attribute.
See Also