Click or drag to resize
ItemLastPublishDate Property
Gets the UTC date of when the item was last published. On new items, this date will be the same as the CreateDate.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DateTime LastPublishDate { get; }

Property Value

Type: DateTime
See Also