kentico_filipl
-
9/17/2013 10:12:15 AM
RE:Azure storage mapping for image files
Hello,
Such functionality would require extensive customizations. You will have to create a custom provider which will provide methods for retrieving files from blob storage and mapping it to the folder in content tree. You can use classes and their methods in CMS.AzureStorage abstract layer, e.g. BlobInfoProvider and BlobInfo classes could be useful for you. Unfortunately, we do not have any API examples for these methods in Developer's Guide.
However, I am wondering why you do not want to use media library for this scenario. The thing is Kentico API provides a way to upload multiple files at once to these libraries so you do not have to worry that you will have to do it manually one by one.
Best regards, Filip Ligac
|