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 CatalogImportHistoryData

Contains information about a catalog import history.

Inheritance
System.Object
CatalogImportHistoryData
Namespace: EPiServer.Commerce.Catalog.ImportExport.Models
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogImportHistoryData : Object

Constructors

CatalogImportHistoryData()

Declaration
public CatalogImportHistoryData()

Properties

CatalogName

Gets or sets the catalog name.

Declaration
public string CatalogName { get; set; }
Property Value
Type Description
System.String

ContentId

Gets or sets the id for this meta file.

Declaration
public int ContentId { get; set; }
Property Value
Type Description
System.Int32

FileName

Gets or sets the file name for this model.

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String

Id

Gets or sets the id.

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

ImportedBy

Gets or sets the imported by.

Declaration
public string ImportedBy { get; set; }
Property Value
Type Description
System.String

ImportedDate

Gets or sets the import date.

Declaration
public Nullable<DateTime> ImportedDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

JobId

Gets or sets the id for import job.

Declaration
public Nullable<Guid> JobId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

Status

Gets or sets the import status.

Declaration
public int Status { get; set; }
Property Value
Type Description
System.Int32