Gets the time when the target
Page was last changed at Ingeniux CMS design-time site instance.
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Nullable<DateTime> Changed { get; }
ReadOnly Property Changed As Nullable(Of DateTime)
Get
property Nullable<DateTime> Changed {
Nullable<DateTime> get ();
}
abstract Changed : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
Please note that the changed time of a Page at design-time is when it was last checked in, or have any mark-for-publish changes, not when it was last published.
Reference