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 |
---|---|
Export |
Cancelling
The process was cancelling
Declaration
public const ExportStatus Cancelling
Field Value
Type | Description |
---|---|
Export |
Exported
File was exported
Declaration
public const ExportStatus Exported
Field Value
Type | Description |
---|---|
Export |
Failed
The process was failed
Declaration
public const ExportStatus Failed
Field Value
Type | Description |
---|---|
Export |
Processing
Status when export are processing.
Declaration
public const ExportStatus Processing
Field Value
Type | Description |
---|---|
Export |
Uploaded
Status when exported file are uploaded.
Declaration
public const ExportStatus Uploaded
Field Value
Type | Description |
---|---|
Export |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |