Click or drag to resize
GetDeletedEntitiesResultItem Class
Represents a deleted entity.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceGetDeletedEntitiesResultItem

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

The GetDeletedEntitiesResultItem type exposes the following members.

Properties
  NameDescription
Public propertyDeletionDateTimeUtc
Gets the date and time when the entity was deleted.
Public propertyEntityId
Gets the identifier of the deleted entity.
Top
See Also