标签: c# sdl tridion tridion-core-services
我需要获取页面未发布的最后时间。 我知道存在一个名为GetPublishInfo的CoreService方法,但它只返回发布信息,而不返回取消发布的信息。
// shows the publish information client = new SessionAwareCoreServiceClient(binding, endpoint); client.Open() client.GetListPublishInfo(tcmPage);