Hi
This is sort of related to this matter https://doc.dynamicweb.com/forum/development/development/how-to-get-value-from-paragraph-item-field
What I want to do, is to be able to link to an itembased page, that i only have the item id on. It is related to the matter above, but since the pageid is not a part of the Item. I have tried things like:
var siduid = item["PageId"];
But i can´t fetch the pageid because it is not pert of the item itself.
So my question is, is there any way of linking to a page I only know the itemid on?
Or is it possible to get the pageid when i know the itemid?
/Hans