Tridion CoreService中是否具有获取页面未发布信息的功能?

时间:2019-02-08 11:42:26

标签: c# sdl tridion tridion-core-services

我需要获取页面未发布的最后时间。 我知道存在一个名为GetPublishInfo的CoreService方法,但它只返回发布信息,而不返回取消发布的信息。

// shows the publish information 
client = new SessionAwareCoreServiceClient(binding, endpoint);
client.Open()
client.GetListPublishInfo(tcmPage);

0 个答案:

没有答案