Click or drag to resize
AttributeValueConverterBaseConvert Method
Assigns the value from the specified CMS object field to the specified SalesForce entity attribute.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public abstract void Convert(
	Entity entity,
	BaseInfo baseInfo
)

Parameters

entity
Type: CMS.SalesForceEntity
A SalesForce entity.
baseInfo
Type: CMS.DataEngineBaseInfo
A CMS object.
See Also