Class CatalogImportHistorySearchParam
Inheritance
System.Object
CatalogImportHistorySearchParam
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class CatalogImportHistorySearchParam : Object
Constructors
CatalogImportHistorySearchParam()
Declaration
public CatalogImportHistorySearchParam()
CatalogImportHistorySearchParam(String, String, String, Int32, Int32, Int32)
Declaration
public CatalogImportHistorySearchParam(string searchValue = "", string sortField = "ImportedDate", string sortType = "DESC", int startingRecord = 0, int recordsToRetrieve = 2147483647, int returnTotalCount = 1)
Parameters
Type |
Name |
Description |
System.String |
searchValue |
|
System.String |
sortField |
|
System.String |
sortType |
|
System.Int32 |
startingRecord |
|
System.Int32 |
recordsToRetrieve |
|
System.Int32 |
returnTotalCount |
|
Properties
RecordsToRetrieve
Declaration
public int RecordsToRetrieve { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReturnTotalCount
Declaration
public int ReturnTotalCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SearchValue
Declaration
public string SearchValue { get; set; }
Property Value
Type |
Description |
System.String |
|
SortField
Declaration
public string SortField { get; set; }
Property Value
Type |
Description |
System.String |
|
SortType
Declaration
public string SortType { get; set; }
Property Value
Type |
Description |
System.String |
|
StartingRecord
Declaration
public int StartingRecord { get; set; }
Property Value
Type |
Description |
System.Int32 |
|