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

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

Parameters

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