ContentMigrationSettings.ExcludeSchema Property
Determines if page definition and templates should be included in the migration.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ExcludeSchema As Boolean
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As Boolean
value = instance.ExcludeSchema
instance.ExcludeSchema = value
public bool ExcludeSchema { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
ContentMigrationSettings Class