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
Microsoft.SharePoint.Publishing Namespace
Add(Strin, SPContentTypeId, String)
[M:Microsoft.SharePoint.Publishing.PageLayoutCollection.Add(System.String,Microsoft.SharePoint.SPContentTypeId]