Click or drag to resize
DeleteEntityResultErrors Property
Gets a list of errors, if the operation was not successful.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public IEnumerable<Error> Errors { get; }

Property Value

Type: IEnumerableError
See Also