Sites Web Service
The Sites Web Service provides methods and properties that support export and import operations using SOAP calls against Microsoft SharePoint Foundation Web sites (SPWeb instances) to allow migrating site content from one location to another
The Sites Web service provides one of three ways to migrate content from one SharePoint Foundation Web site to another. Additional methods use the following:
The SharePoint Foundation utility, Stsadm.exe.
The SharePoint Foundation object model exposed in the Microsoft.SharePoint.Deployment namespace.
For more information about these other methods, see Content Migration Overview.
Classes
Class | Description | |
---|---|---|
FormDigestInformation | This class and its members are reserved for internal use and are not intended to be used in your code. | |
Sites | Provides a method for returning information about the collection of site templates in the Web application. | |
Template | Defines properties and characteristics of a SharePoint Foundation site definition or specifies the site template that is used to instantiate a SharePoint Foundation site (SPWeb). |
See Also
Reference
Microsoft.SharePoint.Deployment