Click or drag to resize
AttributeValueConverterFactoryCreateAttributeValueConverter Method
Creates a new instance of the SalesForce entity attribute value converter using the specified attribute model and field info, and returns it.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public AttributeValueConverterBase CreateAttributeValueConverter(
	EntityAttributeModel attributeModel,
	FormFieldInfo fieldInfo
)

Parameters

attributeModel
Type: CMS.SalesForceEntityAttributeModel
The SalesForce entity attribute model.
fieldInfo
Type: CMS.FormEngineFormFieldInfo
The CMS object field info.

Return Value

Type: AttributeValueConverterBase
A new instance of the SalesForce entity attribute value converter.
See Also