UpsertEntityResult Class |
Namespace: CMS.SalesForce
public sealed class UpsertEntityResult : IEntityCommandResult
The UpsertEntityResult type exposes the following members.
Name | Description | |
---|---|---|
EntityId |
Gets the identifier of the upserted entity, if the operation was successful.
| |
Errors |
Gets a list of errors, if the operation was not successful.
| |
IsSuccess |
Gets the value indicating whether the operation was successful.
| |
IsUpdate |
Gets the value indicating whether the entity was updated, and not created.
|