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
Hi folks
I hav a strange behavior by getting a field value from a IContent object in UMbraco 12.2.0 When I call the Follow:
IContent page = _contentService.GetById(123); page.GetValue("images");
I get the FQN of the content: "System.Collections.Generic.List`1[Umbraco.Cms.Core.Udi]" as string.
So I think there is content in the field (I can see it also in the backoffice). But when I try this:
IContent page = _contentService.GetById(123); page.GetValue<IEnumerable<Umbraco.Cms.Core.Udi>>("images");
I always get null.
Any ideas?
Greetings Roland
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can't get content from an image field from a Icontent Object
Hi folks
I hav a strange behavior by getting a field value from a IContent object in UMbraco 12.2.0 When I call the Follow:
I get the FQN of the content: "System.Collections.Generic.List`1[Umbraco.Cms.Core.Udi]" as string.
So I think there is content in the field (I can see it also in the backoffice). But when I try this:
I always get null.
Any ideas?
Greetings Roland
is working on a reply...