Click or drag to resize
UpdaterUpdateMetaField Method
Updates a meta property of CMS object from a SalesForce entity field.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
protected abstract void UpdateMetaField(
	MappingItem item,
	EntityAttribute entityAttribute
)

Parameters

item
Type: CMS.SalesForceMappingItem
An item that maps meta property of CMS object.
entityAttribute
Type: CMS.SalesForceEntityAttribute
The SalesForce attribute to retrieve values from.
See Also