Content Migration Tasks

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Content migration is a highly flexible process in Windows SharePoint Services 3.0. Depending on the method you use (programming against the Deployment namespace APIs, using SOAP calls to a Web service, or moving an entire site using the Stsadm.exe utility), you have extensive control of what content is migrated and how it is migrated.

Using the Windows SharePoint Services object model exposed in the Microsoft.SharePoint.Deployment namespace to migrate content at a granular level requires that you perform related tasks. This section provides documentation of some of these tasks.

In This Section

How to: Migrate a Web site from one location to another

Steps you through an example that uses the type in the Microsoft.SharePoint.Deployment namespace to migrate a Windows SharePoint Services Web site from one location to another.

Migrating Security Information

Provides guidelines and instructions for migrating security information using the Windows SharePoint Services object model.

Logging Content Migration Events

Using the Windows SharePoint Services change log and the audit log to log events associated with migrating content using the Windows SharePoint Services object model.

See Also

Reference

Microsoft.SharePoint.Deployment

Concepts

Content Migration XML Schema Reference

Content Migration Overview