SP.List.lastItemDeletedDate Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets a value that specifies the last time a list item was deleted from the list.
var value = SP.List.get_lastItemDeletedDate();
Property Value
Type: DateTime
Applies To
Remarks
It must return Created if no list item has been deleted from the list yet.