Offroadcode / Umbraco-Bulk-Edit

An Umbraco package for the bulk editing and reporting of content.
http://www.offroadcode.com/packages
MIT License
5 stars 0 forks source link

GetMatchingContent C# Controller: Properties with no value on any content nodes are excluded from API response. #18

Open cssquirrel opened 7 years ago

cssquirrel commented 7 years ago

From @naepalm: When loading properties for export/editing on a content node, if all nodes returned by the API have no value for that property, the property will not export to the CSV. The C# does a check for item.HasValue and adds it to the list. But if all pieces of content return false on that, it's never added.