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