Share via


ContentMigrationSettings.MigrationType Property

Gets or sets a value indicating whether the migration is a first time run or is an incremental run.

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

Syntax

'Declaration
Public ReadOnly Property MigrationType As ContentMigrationType
    Get
'Usage
Dim instance As ContentMigrationSettings
Dim value As ContentMigrationType

value = instance.MigrationType
public ContentMigrationType MigrationType { get; }

Property Value

Type: Microsoft.SharePoint.Publishing.Administration.ContentMigrationType
true if the migration is a first time run; false if it is an incremental run.

Remarks

Set the value by calling the SetMigrationTypeobject.

See Also

Reference

ContentMigrationSettings Class

ContentMigrationSettings Members

Microsoft.SharePoint.Publishing.Administration Namespace

SetMigrationType