If it appears after reload, it's probably correct code but that the tree structure in assets pane is cached until you do a full reload of page?
Not sure how to invalidate that cache though.
Hmm, I think I will refresh the cache after the folder is created just to see whether or not this is the problem.
Hi Ben,
Yes, A full reload is required after adding and removing anything using code in the Episerver CMS.
Regards
Ravindra
While I am still working on the cache refresh, hey Ravindra can you explain why the page needs to be refreshed! It would help me find a way around this situation.
Hi Ben,
Episerver uses the Dojo JavaScript framework for the CMS UI and when you add or delete anything from code behind that basically adding the entries in the database and to view these new items in CMS you basically need to make a CMS data update call.
And I think refreshing the page will do the same for you.
Hey Ravindra,
Yep, I came to the same conclusion about having to use Dojo. I was just unclear how the server-side communicated with the UI, if it is via the database then I should be halfway there on developing a solution. Thanks, Ravindra, if you have an example of a simple update then that would help as well!
Great post. It was much needed. Love your simplistic style of explanation. :)
When an editor is uploading an image, a new folder is created in a specific directory (a sub-directory in another sub-directory of the root folder) and different sizes of the image are created and stored in the folder.
My problem is that I will not see the folder in the asset pane unless I reload the page. I am wondering what part of the code is messing up or if it is the location that I am trying to create the new folder.