Click or drag to resize
GetDeletedEntitiesResult Class
Represents a result of the get deleted entities command.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceGetDeletedEntitiesResult

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

The GetDeletedEntitiesResult type exposes the following members.

Properties
  NameDescription
Public propertyItems
Gets a list of entities that were deleted in the requested time window.
Public propertyMaxDateTimeUtc
Gets the timestamp of the last deleted entity.
Public propertyMaxWindowDateTimeUtc
Gets the timestamp of the last deleted entity in the requested time window.
Top
See Also