IPublishingTargetLastPublishDate Property
|
Gets the time when this publishing target last performed a site publish.
The property returns null if this publishing target never published pages.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxDateTime? LastPublishDate { get; }ReadOnly Property LastPublishDate As DateTime?
Get
property Nullable<DateTime> LastPublishDate {
Nullable<DateTime> get ();
}abstract LastPublishDate : Nullable<DateTime> with get
Property Value
NullableDateTime
See Also