Working with the DNN API to programmatically copy/update DNN HTML modules from one portal to other portals. So far working well except that if the module contains images they don't get copied even though the path correctly updates to the correct target portal # (portal/xx/images).
Is there anything in the API that would also copy the source image into the target portal? Looking a bit at the FileInfo.
Even if I can't get the image to copy on the module copy, I'd at least like to create the ability to copy/upload an image to multiple portals at once. Any hints where I should be looking within the API?