PageLayout.CreatedDate property

Gets the DateTime when this PageLayout object was created.

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

Syntax

'Declaration
Public ReadOnly Property CreatedDate As DateTime
    Get
'Usage
Dim instance As PageLayout
Dim value As DateTime

value = instance.CreatedDate
public DateTime CreatedDate { get; }

Property value

Type: System.DateTime
The DateTime when this PageLayout was created.

Remarks

The CreatedDate value is initialized when a PageLayout class is created; this value cannot be modified.

The user must have view permissions on the PageLayout object to retrieve it initially and to get any of its property values.

See also

Reference

PageLayout class

PageLayout members

Microsoft.SharePoint.Publishing namespace

CreatedBy

Add(Strin, SPContentTypeId, String)

[M:Microsoft.SharePoint.Publishing.PageLayoutCollection.Add(System.String,Microsoft.SharePoint.SPContentTypeId]