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, I'm trying to get the value for a Related Links property in a generated .NET class, but all I get is an empty string.
My code is below:
MyUmbracoDataContext context = new MyUmbracoDataContext();
RunwayHomepage homepage = context.RunwayHomepages.ElementAt(0);
I'm using umbraco v 4.5.2 (Assembly version: 1.0.3891.20719)
My Watch window:
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Related Links property with .NET generated class
Hi, I'm trying to get the value for a Related Links property in a generated .NET class, but all I get is an empty string.
My code is below:
MyUmbracoDataContext context = new MyUmbracoDataContext();
RunwayHomepage homepage = context.RunwayHomepages.ElementAt(0);
I'm using umbraco v 4.5.2 (Assembly version: 1.0.3891.20719)
My Watch window:
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.