Answered by:
create a new document library in sharepoint

Question
-
hi
Which URL can I use to create a new document library from Template
is it even possible?
Tuesday, April 1, 2014 7:00 AM
Answers
-
To create a document library programmatically you need to need, it cannot be done by just passing some patameter in URL. Below are some example of same:
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e01e2f60-9c2b-4298-b9c0-c3ea6d46a264/how-to-programmatically-create-a-document-library?forum=sharepointdevelopmentlegacy
http://www.eblogin.com/eblogin/post/2011/03/15/sp-CreateDocLibrary.aspx#.UzqSLqiSxEs
- Marked as answer by Hemendra AgrawalModerator Thursday, April 10, 2014 10:35 AM
Tuesday, April 1, 2014 10:18 AM
All replies
-
I assume you want to create a Document Library which you have saved as template.
You just need to go to Site action > site settings > Create > and you will see the name of your saved DL. select it and give a new name to DL.
Tuesday, April 1, 2014 7:16 AM -
tnx
but what i want is to create the library from URL and pass parameters so i can create the library from another program automaticly
Tuesday, April 1, 2014 7:44 AM -
Why don't you use Sharepoint Webservices to create the library?Tuesday, April 1, 2014 8:32 AM
-
To create a document library programmatically you need to need, it cannot be done by just passing some patameter in URL. Below are some example of same:
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e01e2f60-9c2b-4298-b9c0-c3ea6d46a264/how-to-programmatically-create-a-document-library?forum=sharepointdevelopmentlegacy
http://www.eblogin.com/eblogin/post/2011/03/15/sp-CreateDocLibrary.aspx#.UzqSLqiSxEs
- Marked as answer by Hemendra AgrawalModerator Thursday, April 10, 2014 10:35 AM
Tuesday, April 1, 2014 10:18 AM