Click or drag to resize
EntityAttributeValueConverterFactoryCreateConverter Method
Creates an entity attribute value converter that corresponds to the specified entity attribute model.

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

Parameters

attributeModel
Type: CMS.SocialMedia.FacebookEntityAttributeModel
The entity attribute model.

Return Value

Type: EntityAttributeValueConverterBase
An entity attribute value converter that corresponds to the specified entity attribute model, if applicable; otherwise, null.

Implements

IEntityAttributeValueConverterFactoryCreateConverter(EntityAttributeModel)
See Also