Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ImportStatus

The ExportStatus

Inheritance
System.Object
ImportStatus
Namespace: EPiServer.Commerce.Catalog.ImportExport.Models
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public sealed class ImportStatus : Enum

Fields

Cancelled

The process was cancelled

Declaration
public const ImportStatus Cancelled
Field Value
Type Description
ImportStatus

Cancelling

The process was cancelling

Declaration
public const ImportStatus Cancelling
Field Value
Type Description
ImportStatus

Failed

The process was failed

Declaration
public const ImportStatus Failed
Field Value
Type Description
ImportStatus

Imported

The process was imported

Declaration
public const ImportStatus Imported
Field Value
Type Description
ImportStatus

Pending

Status when import are pending.

Declaration
public const ImportStatus Pending
Field Value
Type Description
ImportStatus

Processing

Status when import are processing.

Declaration
public const ImportStatus Processing
Field Value
Type Description
ImportStatus

value__

Declaration
public int value__
Field Value
Type Description
System.Int32