ContentMigrationSettings.KeepTemporaryFiles Property
Specifies whether the temporary exported files should be removed after migration.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property KeepTemporaryFiles As TemporaryFilesOption
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As TemporaryFilesOption
value = instance.KeepTemporaryFiles
instance.KeepTemporaryFiles = value
public TemporaryFilesOption KeepTemporaryFiles { get; set; }
Property Value
Type: Microsoft.SharePoint.Publishing.Administration.TemporaryFilesOption
true if exported files should be removed after migration; otherwise, false.
See Also
Reference
ContentMigrationSettings Class