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

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

Parameters

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