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