EPiServer CMS 5 R2
I want to get the property values from an unpublished page through code, but all custom properties are null values. What do I need to do to get the values from an unpublished page?
/Hans
With custom properties I mean pagetype-specific properties.
Do you mean that the page is "saved and viewed", but not published? In that case you can use the page's WorkPageId.
Yes, thats what I meant.
Thanks Mattias
EPiServer CMS 5 R2
I want to get the property values from an unpublished page through code, but all custom properties are null values. What do I need to do to get the values from an unpublished page?
/Hans