ContentMigrationSettings.RootChannelGuid Property
Gets the GUID of the selected root channel.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property RootChannelGuid As Guid
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As Guid
value = instance.RootChannelGuid
instance.RootChannelGuid = value
public Guid RootChannelGuid { get; set; }
Property Value
Type: System.Guid
The GUID of the selected root channel.
See Also
Reference
ContentMigrationSettings Class