Over the years I have seen a lot of different content storage and organization strategies in Sitecore for . Two of the most common strategies are
- folder tree based on GUID value parts and
- folder tree based on Date
Since these are the most common methods to organize data, I decided to come up with a solution that would let me reuse the folder creation methods and use it with any template. Surprisingly the task was fairly simple. All I had to do was use the Command Template in Sitecore and invoke a custom control. I’ll write a separate blog later explaining how the module works but for now here is a module that you can use on any Sitecore solution, it works with any template or branch and even lets you specify the folder template.
