What should Pluck do? Is that something from Rails / ActiveRecord?
If you have defined "category" as a TextBox, you could get the "category" as a string, with subitem.Value<string>("category"). If it is a MultiNodeTreePicker, you can get the value as a list of picked nodes - subitem.Value<IEnumerable<IPublishedContent>>("category")
GroupBy Issue
Hey everybody, I'm new in umbraco, so can sb help me ?..
Kind regards :)
Hi,
What should Pluck do? Is that something from Rails / ActiveRecord?
If you have defined "category" as a TextBox, you could get the "category" as a string, with
subitem.Value<string>("category")
. If it is a MultiNodeTreePicker, you can get the value as a list of picked nodes -subitem.Value<IEnumerable<IPublishedContent>>("category")
There is a description of all the built in types here https://our.umbraco.com/documentation/Fundamentals/Backoffice/Property-Editors/Built-in-Property-Editors/
HTH :)
is working on a reply...