I am creating a widget in Ektron CMS400 and I am trying to dynamically pull the page layout ID to then display the title. Currently I have this code:
PageTitle = contentAPI.GetContent(110, Ektron.Cms.Content.EkContent.ContentResultType.Published).Title
I would like to replace the 110 with an actual reference to the ID of the current page ( not content block ) being displayed. Muchas gracias!