Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
While trying to use the GetLanguages snippet, I can't find the xmlHelper class anywhere. It was supposed to be umbraco.xmlHelper. But it isn't there anymore...
Anyone knows what I'm doing wrong?
Thanks,
Duarte
One of these did the trick:
using umbraco;
using umbraco.cms.businesslogic.language;
using umbraco.cms.businesslogic;
using umbraco.cms.businesslogic.web;
It's in the businesslogic assembly. Used ILSpy to find it.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
cannot find umbraco.xmlHelper
While trying to use the GetLanguages snippet, I can't find the xmlHelper class anywhere. It was supposed to be umbraco.xmlHelper. But it isn't there anymore...
Anyone knows what I'm doing wrong?
Thanks,
Duarte
One of these did the trick:
using umbraco;
using umbraco.cms.businesslogic.language;
using umbraco.cms.businesslogic;
using umbraco.cms.businesslogic.web;
It's in the businesslogic assembly. Used ILSpy to find it.
Duarte
is working on a reply...