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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...