Class ImportStatus
The ExportStatus
Inheritance
System.Object
ImportStatus
Namespace: EPiServer.Commerce.Catalog.ImportExport.Models
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public sealed class ImportStatus : Enum
Fields
Cancelled
The process was cancelled
Declaration
public const ImportStatus Cancelled
Field Value
Type | Description |
---|---|
Import |
Cancelling
The process was cancelling
Declaration
public const ImportStatus Cancelling
Field Value
Type | Description |
---|---|
Import |
Failed
The process was failed
Declaration
public const ImportStatus Failed
Field Value
Type | Description |
---|---|
Import |
Imported
The process was imported
Declaration
public const ImportStatus Imported
Field Value
Type | Description |
---|---|
Import |
Pending
Status when import are pending.
Declaration
public const ImportStatus Pending
Field Value
Type | Description |
---|---|
Import |
Processing
Status when import are processing.
Declaration
public const ImportStatus Processing
Field Value
Type | Description |
---|---|
Import |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |