Is there a good way to use a multi-node tree picker to filter content? I'm struggling with the normal "where" below since the MNTP "postCategories" returns ID's instead of names.
foreach (var post in selection.Where("postCategories.Contains(\"category\")").OrderBy("BlogPostDate desc").Take(20))
Using MNTP to filter content
Hello!
Is there a good way to use a multi-node tree picker to filter content? I'm struggling with the normal "where" below since the MNTP "postCategories" returns ID's instead of names.
foreach (var post in selection.Where("postCategories.Contains(\"category\")").OrderBy("BlogPostDate desc").Take(20))
Thanks!
Amir
Anything on this? Or is there a better datatype to set category filters with?
is working on a reply...