How can I get the date/time at which the item was last published.
I tried to create object for PublishInfoData inorder to use PublishedAt.
PublishInfoData pobj = csClient.Read(pageTCMID, readoptions) as PublishInfoData;
But this gives error like cannot convert IdentifiableObjectData to PublishInfoData.
Please suggest.