Click or drag to resize
GetDeletedEntitiesResultItems Property
Gets a list of entities that were deleted in the requested time window.

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

Property Value

Type: IEnumerableGetDeletedEntitiesResultItem
See Also