Click or drag to resize
ContactUpdater Class
Updates ContactInfo objects from SalesForce leads.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceUpdater
    CMS.SalesForceContactUpdater

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

The ContactUpdater type exposes the following members.

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