| UpsertEntityResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SalesForce
 Syntax
Syntaxpublic sealed class UpsertEntityResult : IEntityCommandResult
The UpsertEntityResult type exposes the following members.
 Properties
Properties| 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.
             | 
 See Also
See Also