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 CatalogImportExportStatus

The catalog import export status.

Inheritance
System.Object
CatalogImportExportStatus
Namespace: EPiServer.Commerce.Catalog.ImportExport.Models
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
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