IUserSessionContentFreezeStartingTime Property
|
Gets the time when content freeze is about to start. Null if no content freeze looming.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax Nullable<DateTime> ContentFreezeStartingTime { get; }
ReadOnly Property ContentFreezeStartingTime As Nullable(Of DateTime)
Get
property Nullable<DateTime> ContentFreezeStartingTime {
Nullable<DateTime> get ();
}
abstract ContentFreezeStartingTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also