ContentMigrationSettings.EnableUrlRedirection Property
Enables Microsoft Office SharePoint Server 2007 URL redirection on the migrated site.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property EnableUrlRedirection As Boolean
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As Boolean
value = instance.EnableUrlRedirection
instance.EnableUrlRedirection = value
public bool EnableUrlRedirection { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
ContentMigrationSettings Class