Hi Guys,
I have an ItemType called Settings. One of the fields on this ItemType based page is a relation list.
I have stored in the Area the id of the Setting page and now I am trying to access the list.
My knowledge is limited. I tried:
Dynamicweb.Content.Items.Item generalSettings = Dynamicweb.Content.Items.Item.GetItemById("Settings","215");
Then I tried getting the value of the field :
generalSettings["Menu"] but this returns a number instead of a list of comma separated Id's. I assume the number is the ID of the Relations List.
How do I get the actual list?
Thanks,
Adrian