Class DeleteCatalogImportHistoryParam
Inheritance
System.Object
DeleteCatalogImportHistoryParam
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> |
|