London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IMigrationStep

Namespace: EPiServer.Commerce.Internal.Migration.Steps
Assembly: EPiServer.Commerce.Internal.Migration.dll
Version: 13.30.0
Syntax
public interface IMigrationStep

Properties

Description

Declaration
string Description { get; }
Property Value
Type Description
System.String

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Order

Declaration
int Order { get; }
Property Value
Type Description
System.Int32

Methods

Execute(IProgressMessenger)

Declaration
bool Execute(IProgressMessenger progressMessenger)
Parameters
Type Name Description
IProgressMessenger progressMessenger
Returns
Type Description
System.Boolean