How to get the published timestamp of a page or component using SDL Tridion TOM.NET API

后端 未结 2 2147
走了就别回头了
走了就别回头了 2021-01-19 02:35

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

2条回答
  •  青春惊慌失措
    2021-01-19 03:04

    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.

提交回复
热议问题