Hi,
I see, unfortunately there is no feature in Kentico which would ensure links for documents under specific tree node are created automatically. However, you can create a
custom event handler and check URL of each new created document. Then, when a new document matches the condition, create the link
using our API.
Also, you can place a repeater on any document you want, and have it point to the original image folder, using its Path property. This way, you can do without creating the links altogether.
Regards,
Josef Dvorak