ICMSLinkElementChanged Property
|
Gets the time when the target
Page was last changed at Ingeniux CMS design-time site instance.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax 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:
NullableDateTimeRemarks
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.
See Also