I have the requirement for multiple document libraries. Each document library will contain the same types of document, images, office documents; however, when items are added to the library, a custom event receiver will trigger, and perform very different actions on the items placed within the library.
Given the scenario above, would it be benefical for me to create a number of custom document libraries based from the document library template, each with its own ID, so that I can target specific event receivers to libraries of a particular type?
