ContentMigrationSettings.UserFolder Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property UserFolder As String
Get
Set
'Usage
Dim instance As ContentMigrationSettings
Dim value As String
value = instance.UserFolder
instance.UserFolder = value
public string UserFolder { get; set; }
Property Value
Type: System.String
Remarks
Use MigrationFolder to get the export folder.
See Also
Reference
ContentMigrationSettings Class