ContentMigrationSettings.IncludeAllResources Property
Specifies whether all resources should be migrated (rather than only dependent resources).
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property IncludeAllResources As Boolean
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As Boolean
value = instance.IncludeAllResources
instance.IncludeAllResources = value
public bool IncludeAllResources { get; set; }
Property Value
Type: System.Boolean
Remarks
Use this property to set the scope of the migration.
See Also
Reference
ContentMigrationSettings Class