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 CatalogImportHistorySearchResult

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

Constructors

CatalogImportHistorySearchResult(IEnumerable<CatalogImportHistoryData>, Int32, Int32)

Declaration
public CatalogImportHistorySearchResult(IEnumerable<CatalogImportHistoryData> data, int totalRecord, int totalProcessingRecord)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<CatalogImportHistoryData> data
System.Int32 totalRecord
System.Int32 totalProcessingRecord

Properties

CatalogImports

Declaration
public IEnumerable<CatalogImportHistoryData> CatalogImports { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CatalogImportHistoryData>

TotalProcessingRecord

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

TotalRecord

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