MigrationProfile.CreateNew Method (String)

Creates a new MigrationProfile object.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Shared Function CreateNew ( _
    profileName As String _
) As MigrationProfile
'Usage
Dim profileName As String
Dim returnValue As MigrationProfile

returnValue = MigrationProfile.CreateNew(profileName)
public static MigrationProfile CreateNew(
    string profileName
)

Parameters

Return Value

Type: Microsoft.SharePoint.Publishing.Administration.MigrationProfile

See Also

Reference

MigrationProfile Class

MigrationProfile Members

CreateNew Overload

Microsoft.SharePoint.Publishing.Administration Namespace