So I have an Excel spreadsheet processor/importer where all existing
pages are deleted and then it recreates the pages based on the
spreadsheet info.I'm creating new pages viaPage page =
pageManager.create(getCorrectPath(main, fish), getValidName(fish),
templatePath, fish.getName(), true);and this creates new pages under
/content/data/fishes.There is a new need where I cannot delete the pages
anymore. I need to update it in possibility it's an existing
one.example:/content/data/fishes/greatwhale...