hi, I'm rather new to umbraco I'm trying to figure out how to access a dictionary item inside a .net usercontrol but i can't get it to work. I cant find the method GetDictionaryItem.
I have added a reference to cms.dll and businesslogic.dll but hven i type umbraco. I can't find library so I can't access my dictionary item like this umbraco.library.GetDictionaryItem(“mydictionaryitem”);
dictionary item inside a .net usercontrol
hi, I'm rather new to umbraco
I'm trying to figure out how to access a dictionary item inside a .net usercontrol
but i can't get it to work. I cant find the method GetDictionaryItem.
I have added a reference to cms.dll and businesslogic.dll but hven i type umbraco. I can't find library so I can't access my dictionary item like this umbraco.library.GetDictionaryItem(“mydictionaryitem”);
I'm using umbraco 4.7
Hi Daniel,
Try referencing umbraco.dll instead.
is working on a reply...