Click or drag to resize
IEntityCommandResult Interface
Represents the interface for classes that represents a single entity command result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public interface IEntityCommandResult

The IEntityCommandResult type exposes the following members.

Properties
  NameDescription
Public propertyEntityId
Gets the identifier of the 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