Could anyone assist with some recursive code to re...
# box-products
p
Could anyone assist with some recursive code to return a full list of children ContentIds that reside underneath a specific parent page in Contentbox? All children, grandkids etc... Just need a list so we can see the entire set of contentIDs for a section. Thanks
s
I don’t have an instance of contentbox locally, but if you could provide me a table dump of the data that needs to be nested i could probably build a simple function to generate it
p
I can do it with straight query but I need to do it based off passing in the page object and that object children all the way descending down to just return back a list of contentIDs all the way down the chain