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