I have a site that gets updated annually. I want to clear out all of last years content but leave the structure in place. Is there an easy way to do this? Manually deleting content nodes one by one will take me an epoch...
The nodes that you want to delete, are they stuffed under the same parent node? If that's the case, you can just delete this node and the childnodes are deleed as well.Not sure if that's how you have structured your content even though it sounds like it would be a good idea :)
Is there a quick way to bulk-delete content?
I have a site that gets updated annually. I want to clear out all of last years content but leave the structure in place. Is there an easy way to do this? Manually deleting content nodes one by one will take me an epoch...
thanks
Hi Manwood.
The nodes that you want to delete, are they stuffed under the same parent node? If that's the case, you can just delete this node and the childnodes are deleed as well.Not sure if that's how you have structured your content even though it sounds like it would be a good idea :)
/Kim A
How to do it by code on Umbraco 10?
Not sure if this is what you're after, but you can use the Content Service to delete nodes.
https://docs.umbraco.com/umbraco-cms/reference/management/services/contentservice
https://apidocs.umbraco.com/v13/csharp/api/Umbraco.Cms.Core.Services.IContentService.html
is working on a reply...