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 DeleteCatalogImportHistoryParam

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

Constructors

DeleteCatalogImportHistoryParam()

Declaration
public DeleteCatalogImportHistoryParam()

Properties

From

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

Id

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

To

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