PublishingPage.LastModifiedBy Property
Gets the SPUser object that represents the user who last modified this PublishingPage object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property LastModifiedBy As SPUser
Get
'Usage
Dim instance As PublishingPage
Dim value As SPUser
value = instance.LastModifiedBy
public SPUser LastModifiedBy { get; }
Property Value
Type: Microsoft.SharePoint.SPUser
The SPUser object that represents the user who last modified this PublishingPage object
Remarks
The PublishingPage.LastModifiedBy value changes implicitly each time a PublishingPage is updated.
The user must have View permissions on the PublishingPage to retrieve the PublishingPage and to return its property values.