2

How can I copy a list (including fields, views or Schema) from one SharePoint web site and create an equivalent list instance on another SharePoint web site (which can be in a different site collection) using OOB MOSS web services.

3 Answers 3

1

You could use the "Save List as Template" functionality available in the List Settings.

2
  • My requirement is to create an .net application which can accomplish this task. Commented Sep 20, 2010 at 7:10
  • This answers the question, the way it is currently phrased. +1 Commented Jul 27, 2011 at 9:01
0

Check out my SPServices jQuery library for help on this. http://spservices.codeplex.com

It'll be a combination of GetList and AddList.

2
  • Can I use this library in a Windows Application? Commented Sep 16, 2010 at 12:03
  • I can't see why not, but it all depends on what you are doing. Commented Sep 19, 2010 at 2:41
0

You can do this using any interface that supports SOAP calls. I use MSXML2.XMLHTTP regularly. You will need to use GetList to retrieve information about the source list, and AddList to create the destination list. Similarly, you can GetView and AddView to copy the views.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.