Click or drag to resize
GetUpdatedEntitiesResult Class
Represents a result of the get updated entities command.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceGetUpdatedEntitiesResult

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

The GetUpdatedEntitiesResult type exposes the following members.

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