Class CatalogImportExportStatus
The catalog import export status.
Inheritance
System.Object
CatalogImportExportStatus
Namespace: EPiServer.Commerce.Catalog.ImportExport.Models
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class CatalogImportExportStatus : Object
Constructors
CatalogImportExportStatus()
Instances of import export status.
Declaration
public CatalogImportExportStatus()
CatalogImportExportStatus(Guid)
Instances of import export status.
Declaration
public CatalogImportExportStatus(Guid id)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | Job id |
Properties
JobId
The Job id.
Declaration
public Guid JobId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Messages
The list of import export messages.
Declaration
public List<CatalogImportExportMessage> Messages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CatalogImportExportMessage> |
ProgressIndex
The progress index of process.
Declaration
public int ProgressIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |