Class ExportResult
The result of export.
Inheritance
System.Object
ExportResult
Namespace: EPiServer.Commerce.ODP.Internal.Models
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public class ExportResult : Object
Constructors
ExportResult()
Declaration
public ExportResult()
Fields
ErrorCount
The error count.
Declaration
public int ErrorCount
Field Value
Type | Description |
---|---|
System.Int32 |
ExportedItemsCount
The number of exported items.
Declaration
public int ExportedItemsCount
Field Value
Type | Description |
---|---|
System.Int32 |
ItemsWithErrors
The items fail to export.
Declaration
public List<string> ItemsWithErrors
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
Refresh(Int32, Int32, List<String>)
Refresh result with new information.
Declaration
public void Refresh(int errorCount, int exportedItems = 0, List<string> itemWithErrors = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | errorCount | |
System.Int32 | exportedItems | |
System.Collections.Generic.List<System.String> | itemWithErrors |