Click or drag to resize
Updater Class
Updates CMS objects from SalesForce entities.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceUpdater
    CMS.SalesForceContactUpdater

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public abstract class Updater

The Updater type exposes the following members.

Constructors
  NameDescription
Public methodUpdater
Initializes a new instance of the Updater class.
Top
Fields
  NameDescription
Protected fieldmAttributeValueConverterFactory
A factory that creates instances of entity attribute value converters.
Protected fieldmBaseInfo
The CMS object to update.
Protected fieldmEntity
A SalesForce entity.
Protected fieldmFormInfo
A form info of CMS object.
Protected fieldmMapping
A mapping of CMS objects to SalesForce entities.
Top
Methods
  NameDescription
Public methodUpdate
Updates the CMS object using the provided SalesForce entity and mapping.
Protected methodUpdateMetaField
Updates a meta property of CMS object from a SalesForce entity field.
Top
See Also