SPWeb.LastItemModifiedDate Property
Gets or sets the date and time that an item was last modified in the site. (Read-only in sandboxed solutions.)
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[ClientCallablePropertyAttribute(SetProperty = false)] public DateTime LastItemModifiedDate { get; set; }
Property Value
Type: System.DateTimeA System.DateTime object that indicates when an item was last modified.
The LastItemModifiedDate property applies only to sites that are returned by using one of the GetSubwebsForCurrentUser methods of the SPWeb class.