Click or drag to resize
UpsertEntityResult Class
Represents a result of the upsert entity command.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceUpsertEntityResult

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class UpsertEntityResult : IEntityCommandResult

The UpsertEntityResult type exposes the following members.

Properties
  NameDescription
Public propertyEntityId
Gets the identifier of the upserted entity, if the operation was successful.
Public propertyErrors
Gets a list of errors, if the operation was not successful.
Public propertyIsSuccess
Gets the value indicating whether the operation was successful.
Public propertyIsUpdate
Gets the value indicating whether the entity was updated, and not created.
Top
See Also