MigrationProfile.Update Method

Updates this MigrationProfile object.

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

Syntax

'Declaration
Public Sub Update ( _
    validate As Boolean _
)
'Usage
Dim instance As MigrationProfile
Dim validate As Boolean

instance.Update(validate)
public void Update(
    bool validate
)

Parameters

  • validate
    Type: System.Boolean
    A Boolean value that specifies whether the update requires validation.

See Also

Reference

MigrationProfile Class

MigrationProfile Members

Microsoft.SharePoint.Publishing.Administration Namespace