In plone if I make a folder, all the content items i.e files, folders, images in that particular folder should automatically be categorized under that folder. So when I make a collection to view all the contents of the folder, only those should be visible in the collection. I need not tag each of the contents with a tag and create the collection i.e an automatic tag (inherent tag for the folder contents) should be created for its contents. How can this be achieved in Plone 4.1?
Share
When you create (or edit) the collection, you can add a Location criterion, and specify the path to the folder. After you save, the collection will only show content from inside that folder (and, in addition to this criterion, all other criteria you have added as filters for that collection).