Click or drag to resize
BooleanAttributeValueConverter.Convert 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: 13.0.131
Syntax
C#
public override void Convert(
	Entity entity,
	BaseInfo baseInfo
)

Parameters

entity
Type: CMS.SalesForce.Entity
A SalesForce entity.
baseInfo
Type: CMS.DataEngine.BaseInfo
A CMS object.
See Also