Click or drag to resize

ChangeTrackingGetResultPageLatestDate Property

The latest occuring change on the specified page of results.

Created in Epic SDK 2019.

Namespace:  ASI.TAM.API.Data.ChangeTracking
Assembly:  ASI.TAM.API.Data.ChangeTracking (in ASI.TAM.API.Data.ChangeTracking.dll) Version: 2021.1.0.1
Syntax
public Nullable<DateTime> PageLatestDate { get; set; }

Property Value

Type: NullableDateTime
PageLatestDate As DateTime?.
Remarks

This is the same as finding the latest commit_time on all the data rows of the returned page. This can be used to query the changes that occur after the changes that were just retrieved. This would be perform better than iterating over the total pages.

Note Note
  • Name - PageLatestDate
See Also