PublishingPage.CreatedBy property

Gets an SPUser object that indicates who created this PublishingPage object.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property CreatedBy As SPUser
    Get
'Usage
Dim instance As PublishingPage
Dim value As SPUser

value = instance.CreatedBy
public SPUser CreatedBy { get; }

Property value

Type: Microsoft.SharePoint.SPUser
The SPUser object that indicates who created this PublishingPage was created.

See also

Reference

PublishingPage class

PublishingPage members

Microsoft.SharePoint.Publishing namespace