I\'m trying to get hold of the published timestamp for a given page or component to a given target using the TOM.NET API. It isn\'t immediately obvious under the Pag
You can use the PublishEngine.GetPublishInfo(IdentifiableObject) method for that, it returns a collection of PublishInfo objects which holds the dates and other (publish) information available for the given item.