Any ideas how to create a report library with c# for Sp2010?
I Used always SPListTemplateType.*mystuff but there is no option for Report Library
site.Lists.Add("MyLibrary", "MyLibrary", SPListTemplateType.?);
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splisttemplatetype%28v=office.12%29.aspx its not there as option. What should I do? Thank you
Try the SPListCollection.Add override that includes Feature ID and Template Type: