Class CatalogImportHistoryModel
Inheritance
System.Object
CatalogImportHistoryModel
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class CatalogImportHistoryModel : Object
Constructors
CatalogImportHistoryModel()
Declaration
public CatalogImportHistoryModel()
Properties
CatalogName
Declaration
public string CatalogName { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentId
Declaration
public int ContentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
ImportedBy
Declaration
public string ImportedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ImportedDate
Declaration
public string ImportedDate { get; set; }
Property Value
Type |
Description |
System.String |
|
JobId
Declaration
public Nullable<Guid> JobId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|