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

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public Updater(
	AttributeValueConverterFactory attributeValueConverterFactory,
	Mapping mapping,
	Entity entity,
	FormInfo formInfo,
	BaseInfo baseInfo
)

Parameters

attributeValueConverterFactory
Type: CMS.SalesForceAttributeValueConverterFactory
A factory that creates instances of entity attribute value converters.
mapping
Type: CMS.SalesForceMapping
A mapping of CMS objects to SalesForce entities.
entity
Type: CMS.SalesForceEntity
A SalesForce entity.
formInfo
Type: CMS.FormEngineFormInfo
A form info of CMS object.
baseInfo
Type: CMS.DataEngineBaseInfo
The CMS object to update.
See Also