Class ExportStatus
The ExportStatus
Inheritance
System.Object
ExportStatus
Namespace: EPiServer.Commerce.Catalog.ImportExport.Models
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public sealed class ExportStatus : Enum
Fields
Cancelled
The process was cancelled
Declaration
public const ExportStatus Cancelled
Field Value
| Type | Description |
|---|---|
| ExportStatus |
Cancelling
The process was cancelling
Declaration
public const ExportStatus Cancelling
Field Value
| Type | Description |
|---|---|
| ExportStatus |
Exported
File was exported
Declaration
public const ExportStatus Exported
Field Value
| Type | Description |
|---|---|
| ExportStatus |
Failed
The process was failed
Declaration
public const ExportStatus Failed
Field Value
| Type | Description |
|---|---|
| ExportStatus |
Processing
Status when export are processing.
Declaration
public const ExportStatus Processing
Field Value
| Type | Description |
|---|---|
| ExportStatus |
Uploaded
Status when exported file are uploaded.
Declaration
public const ExportStatus Uploaded
Field Value
| Type | Description |
|---|---|
| ExportStatus |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |