Click or drag to resize
CreateEntityResult Class
Represents a result of create entity command.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceCreateEntityResult

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

The CreateEntityResult type exposes the following members.

Properties
  NameDescription
Public propertyEntityId
Gets the identifier of the created 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.
Top
See Also