Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The LastContentModifiedDate property of the SPSite class is a System.DateTime object that gets in Coordinated Universal Time (UTC) the date and time when the content of the site was last changed.
public ref class SPWeb : Microsoft::SharePoint::SPSecurableObject, IDisposable
[Microsoft.SharePoint.Client.ClientCallableType(DeleteMethodClientName="DeleteObject", EntityKeyPropertyNames="ID", FactoryType=typeof(Microsoft.SharePoint.SPObjectFactory), Name="Web", ObjectIdentityPropertyName="CanonicalId", ObjectUrlPathPropertyName="Microsoft.SharePoint.SPObjectUrlPath.GetUrlPath", PatchUpdateMethodClientName="Update", PutUpdateMethodClientName="Update", SampleUrl="{apiroot}/web", ServerTypeId="{A489ADD2-5D3A-4de8-9445-49259462DCEB}")]
[Microsoft.SharePoint.Client.SubsetCallableType(ForcePolymorphicForReturnTypes=true)]
[Microsoft.SharePoint.Upgrade.Upgradable]
public class SPWeb : Microsoft.SharePoint.SPSecurableObject, IDisposable
type SPWeb = class
inherit SPSecurableObject
interface IDisposable
Public Class SPWeb
Inherits SPSecurableObject
Implements IDisposable