I have several lists in a sitecollection that are currently using ListTemplateID 101 (DocumentLibary). I want to attach an eventhandler to these lists, but if I attach the event to list 101 all of the document libaries in the sitecollection will get this eventhandler.
I do not want to programatically attach the eventhandler to these lists.
I would like to know, how do you change the ListTemplateID for an existing list?
Thank you,
Keith
If the lists have already been created, unfortunately you are stuck with programmatically attaching the event handler or using a custom tool to manually attach them.
Once the lists have been created, the ListTemplateID is stored in the database and there is no supported way of changing it.