Bearbeiten

Share via


MigrationTool.MigrateSelection(Type, Boolean) Method

Definition

Migrates all objects from list of objects to be migrated using the selected IMigrationHandler implementation.

public:
 bool MigrateSelection(Type ^ type, bool askForConfirmation);
public bool MigrateSelection (Type type, bool askForConfirmation);
member this.MigrateSelection : Type * bool -> bool
Public Function MigrateSelection (type As Type, askForConfirmation As Boolean) As Boolean

Parameters

type
Type

A type that implements IMigrationhandler

askForConfirmation
Boolean

Returns

Applies to