The date when the page was marked as changed
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public DateTime Changed { get; } |
Remarks
Changed is only updated when a page is changed and CurrentPage.Property[ "PageChangedOnPublish" ].Value
is true.
Examples
The following code example demonstrates the usage of Changed.
CopyC#
string ChangedDateTime = CurrentPage.Changed.ToString( "r" );