Class CatalogLogManager
Represents catalog log manager.
Inheritance
System.Object
    CatalogLogManager
  Namespace: Mediachase.Commerce.Catalog.Managers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public static class CatalogLogManager : ObjectMethods
GetCatalogLog(String, String, DateTime, Int32, Int32, ref Int32)
Gets the catalog log.
Declaration
public static CatalogLogDto GetCatalogLog(string operation, string objectType, DateTime created, int startingRecord, int numberOfRecords, ref int totalRecords)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | operation | The operation. | 
| System.String | objectType | Type of the object. | 
| System.DateTime | created | The created. | 
| System.Int32 | startingRecord | The starting record. | 
| System.Int32 | numberOfRecords | The number of records. | 
| System.Int32 | totalRecords | The total records. | 
Returns
| Type | Description | 
|---|---|
| CatalogLogDto | 
SaveLog(CatalogLogDto)
Saves the log.
Declaration
public static void SaveLog(CatalogLogDto dto)Parameters
| Type | Name | Description | 
|---|---|---|
| CatalogLogDto | dto | The dto. | 
