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 face a strange issue here, I looked for solutions where I can query the content using checkboxlist values, the output is always "null".
string cat = "Beef"; var selection = Model.Content.Site().FirstChild("recipes").Children() .Where(x => x.IsVisible()) .Where(x => x.HasProperty("recipeCategory") && x.GetPropertyValue<string>("recipeCategory").Split(',').Contains(cat));
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
Content query using Checkboxlist values
Hi,
I face a strange issue here, I looked for solutions where I can query the content using checkboxlist values, the output is always "null".
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.