IContentFreezeStateLastChangeTime Property
|
The time when content freeze state was last udpated.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax DateTime LastChangeTime { get; }
ReadOnly Property LastChangeTime As DateTime
Get
property DateTime LastChangeTime {
DateTime get ();
}
abstract LastChangeTime : DateTime with get
Property Value
Type:
DateTimeRemarks The creation time is the last change time before other user making changes.
See Also