Share via


ContentMigrationSettings Class

Contains the migration settings. Use this class to define how to run the content migration.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Publishing.Administration.ContentMigrationSettings

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentMigrationSettings
'Usage
Dim instance As ContentMigrationSettings
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentMigrationSettings

Remarks

This class can be serialized to SPExportSettings format and is consistent with content propagation import.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ContentMigrationSettings Members

Microsoft.SharePoint.Publishing.Administration Namespace