Class CatalogSystemExtensions
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
CatalogSystemExtensions
Namespace: Mediachase.Commerce.Catalog.Internal
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public static class CatalogSystemExtensions : Object
Methods
GetCatalogNodesDto(ICatalogSystem, Int32[], CatalogNodeResponseGroup)
Gets the catalog nodes dto.
Declaration
public static CatalogNodeDto GetCatalogNodesDto(this ICatalogSystem catalogContext, int[] catalogNodeIds, CatalogNodeResponseGroup responseGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| ICatalogSystem | catalogContext | The catalog context. |
| System.Int32[] | catalogNodeIds | The catalog node ids. |
| CatalogNodeResponseGroup | responseGroup | The response group. |
Returns
| Type | Description |
|---|---|
| CatalogNodeDto |