Hi guys,
I am trying to get an instance of my item that is saved as "item type" property on paragraph item.
While I am in the paragraph template, you can call methods like @GetString("Item.stringvalue") or @GetInteger("item.intvalue") etc...
But if I need to GetItem("Item.myitem") I can't do it like this.
Question - how can I access values from that property item?
/Dmitrij
P.S. Not sure if there is an easyer way to do this, but something like this would be a really nice way to use it, wou
Dynamicweb.Content.Items.Item propertyItem = GetItemObject("Item.mypropertyItem"); int divsize = propertyItem["divsize"];