IContentFreezeStateEndingTime Property
|
Gets the ending time of the content freeze. If set to null, content freeze will be indefinite until the state object is removed.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax DateTime? EndingTime { get; }
ReadOnly Property EndingTime As DateTime?
Get
property Nullable<DateTime> EndingTime {
Nullable<DateTime> get ();
}
abstract EndingTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also