IPublishingTargetLastPublishDate Property
|
Gets the time when this publishing target last performed a publish.
The property returns null if this publishing target never published.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Nullable<DateTime> LastPublishDate { get; }
ReadOnly Property LastPublishDate As Nullable(Of DateTime)
Get
property Nullable<DateTime> LastPublishDate {
Nullable<DateTime> get ();
}
abstract LastPublishDate : Nullable<DateTime> with get
Property Value
Type:
NullableDateTimeSee Also