UpdaterUpdateMetaField Method |
Updates a meta property of CMS object from a SalesForce entity field.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax 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