Hi,
I am attempting the query items using the instructions given on the following page:
http://developer.dynamicweb.com/documentation/for-developers/item-based-structure/querying-items.aspx
The commands that I am using are:
Dynamicweb.Content.Items.Item i = Dynamicweb.Content.Items.ItemManager.Storage.GetById("Trip", id);
string n = i["Trip_Short_Summary"].ToString();
The item type I am trying to access is called Trip.
It is breaking at the first line (Saying that it is a NullReferenceException).
Can somone please advise what I may be doing wrong here?
Thanks & Regards,
Yash.