Share via


ContentMigrationSettings.RootChannel Property

Gets the selected root channel to migrate from. If no value is provided or if the value is an empty string, all channels are selected.

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

Syntax

'Declaration
Public Property RootChannel As String
    Get
    Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As String

value = instance.RootChannel

instance.RootChannel = value
public string RootChannel { get; set; }

Property Value

Type: System.String
The root channel from which to migrate.

Remarks

Null or empty means that the root channel "Channels" ("/Channels") is selected. If "Channels" is selected, it is a complete migration, not a scoped migration.

See Also

Reference

ContentMigrationSettings Class

ContentMigrationSettings Members

Microsoft.SharePoint.Publishing.Administration Namespace